C-DEngine 5.105

MsgUnsubscribeFromThings..::..UnsubscribeAll Property

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

Syntax


public bool UnsubscribeAll { get; set; }
Public Property UnsubscribeAll As Boolean
	Get
	Set
public:
property bool^ UnsubscribeAll {
	bool^ get ();
	void set (bool^ value);
}