UnsubscribeType.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 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.