C-DEngine 5.105

MsgUnsubscribeFromThings..::..SubscriptionIds Property

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

Syntax


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