Share via


GetEventsType.SubscriptionId Property

The SubscriptionId property gets or sets the identifier of a subscription. This property is required. This is a read/write property.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property SubscriptionId As String
    Get
    Set
'Usage
Dim instance As GetEventsType
Dim value As String

value = instance.SubscriptionId

instance.SubscriptionId = value
public string SubscriptionId { get; set; }

Property Value

Type: System.String
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.