GetEventsType.SubscriptionId Property

Definition

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.

Applies to