C-DEngine 5.105

TheThingSubscription..::..SubscriptionId Property

The cdeMID of the subscription In some case a server can expose the same TheThing multiple times, with different configurations, which is why this cdeMID is usually different from the ThingMID.

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

Syntax


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