C-DEngine 5.105

TheHistoryParameters..::..Properties Property

List of properties for which changes are to be recorded. If null, changes for all properties of the thing will be recorded. If empty, no changes will be recorded.

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public List<string> Properties { get; set; }
Public Property Properties As List(Of String)
	Get
	Set
public:
property List<String^>^ Properties {
	List<String^>^ get ();
	void set (List<String^>^ value);
}