C-DEngine 5.105

TheSensorSubscription..::..SubscriptionId Property

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);
}