GetEventsType.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 of a subscription. This property is required. This is a read/write property.
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.
Remarks
The string that represents the subscription identifier is a GUID. The GUID is generated by the Client Access server when the subscription is created.