PushSubscriptionRequestType.URL Property
The URL property gets or sets the location of the client Web service for push notifications.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property URL As String
Get
Set
'Usage
Dim instance As PushSubscriptionRequestType
Dim value As String
value = instance.URL
instance.URL = value
public string URL { get; set; }
Property Value
Type: System.String
The value of the URL property is a string that contains the location of the client Web service.
See Also