NotificationType.SubscriptionId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SubscriptionId property gets or sets the identifier for a subscription.
public:
property System::String ^ SubscriptionId { System::String ^ get(); void set(System::String ^ value); };
public string SubscriptionId { get; set; }
Public Property SubscriptionId As String
Property Value
The SubscriptionId property returns a string that contains the identifier for a subscription.
Remarks
The GUID that represents the subscription identifier is generated by the Client Access server when the subscription is created.