Share via


ResourceDataSet.ResourcesRow.RES_EXCHANGE_SYNC property

Specifies whether to synchronize resource information with Microsoft Exchange.

Namespace:  WebSvcWorkflow
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

See also

Reference

ResourceDataSet.ResourcesRow class

ResourceDataSet.ResourcesRow members

WebSvcWorkflow namespace