ExchangeService.Url property

Gets or sets the URL of Exchange Web Services (EWS).

Namespace:  Microsoft.Exchange.WebServices.Data
Assembly:  Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)

'Declaration
Public Property Url As Uri
	Get
	Set
'Usage
Dim instance As ExchangeService
Dim value As Uri

value = instance.Url

instance.Url = value

Property value

Type: System.Uri
The URL of EWS.
Show: