Edit

Share via


UnsubscribeType.SubscriptionId Property

Definition

The SubscriptionId property gets or sets the subscription identifier of a subscription to cancel. 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 GUID that represents a subscription identifier.

Remarks

Get the SubscriptionId from the Subscribe operation or the GetEvents operation response.

Applies to