ResourceDataSet.ResourcesRow.RES_EXCHANGE_SYNC Property

Gets or sets the Boolean value that specifies whether to synchronize resource information with Microsoft Exchange.

Namespace:  [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl

Syntax

'Declaration
Public Property RES_EXCHANGE_SYNC As Boolean
    Get
    Set
'Usage
Dim instance As ResourceDataSet.ResourcesRow
Dim value As Boolean

value = instance.RES_EXCHANGE_SYNC

instance.RES_EXCHANGE_SYNC = value
public bool RES_EXCHANGE_SYNC { get; set; }

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

ResourceDataSet.ResourcesRow Class

ResourceDataSet.ResourcesRow Members

Resource Web Service