SubscribeResponseMessageType.SubscriptionId Property

Definition

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 the subscription.

Remarks

The GUID that represents the subscription identifier is generated by the Client Access server when the subscription is created.

Applies to