ResourceDataSet.ResourcesRow.RES_EXCHANGE_EWS_URL property
Specifies the URL of the Microsoft Exchange web service for the resource.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_EXCHANGE_EWS_URL As String
Get
Set
'Usage
Dim instance As ResourceDataSet.ResourcesRow
Dim value As String
value = instance.RES_EXCHANGE_EWS_URL
instance.RES_EXCHANGE_EWS_URL = value
public string RES_EXCHANGE_EWS_URL { get; set; }
Property value
Type: System.String
The URL of a Microsoft Exchange web service.
See also
Reference
ResourceDataSet.ResourcesRow class