ResourceDataSet.ResourcesRow.RES_EXCHANGE_SYNC プロパティ
取得またはリソースの情報を Microsoft Exchange と同期するかどうかを示す値を設定します。
名前空間: WebSvcTimeSheet
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
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; }
プロパティ値
型: System.Boolean
True場合とを同期します。それ以外の場合、 False。
関連項目
参照先
ResourceDataSet.ResourcesRow クラス