ResourceDataSet.ResourcesRow.RES_CAL_OOF_EXCHANGE_SYNC property
Gets or sets a value that indicates whether the out-of-office resource calendar has been synchronized with Microsoft Exchange.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_CAL_OOF_EXCHANGE_SYNC As Boolean
Get
Set
'Usage
Dim instance As ResourceDataSet.ResourcesRow
Dim value As Boolean
value = instance.RES_CAL_OOF_EXCHANGE_SYNC
instance.RES_CAL_OOF_EXCHANGE_SYNC = value
public bool RES_CAL_OOF_EXCHANGE_SYNC { get; set; }
Property value
Type: System.Boolean
True if synchronization with Microsoft Exchange has occurred; otherwise, False.
See also
Reference
ResourceDataSet.ResourcesRow class