C-DEngine 5.105

TheThingSubscription..::..PropertiesExcluded Property

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

Syntax


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