ResourceDataSet.ResourcesRow.RES_EXCHANGE_SYNC property
取得或設定布林值,指定是否要與 Microsoft Exchange 同步處理資源資訊。
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property RES_EXCHANGE_SYNC As Boolean
Get
Set
'用途
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
傳回 Boolean。
請參閱
參照
ResourceDataSet.ResourcesRow class