C-DEngine 5.105

TheHistoryParameters..::..PropertiesToExclude Property

List of properties for which changes are not to be recorded. Typically used in conjunction with Properties == null.

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

Syntax


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