WssSettingsDataSet.WssAdminRow.WADMIN_USER_SYNC_SETTING プロパティ
取得またはユーザー同期の設定を確立する数を設定します。
名前空間: WebSvcWssInterop
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property WADMIN_USER_SYNC_SETTING As Integer
Get
Set
'使用
Dim instance As WssSettingsDataSet.WssAdminRow
Dim value As Integer
value = instance.WADMIN_USER_SYNC_SETTING
instance.WADMIN_USER_SYNC_SETTING = value
public int WADMIN_USER_SYNC_SETTING { get; set; }
プロパティ値
型: System.Int32
同期の設定を表す数値。
注釈
User sync settings include:
0x00 - all the sync operations are enabled.
0x01 - disable the root site sync only.
0x02 - disable the workspaces sync only.
0x03 - disable the email sync in the root site when users email changes.
0x04 - disable all the sync.
関連項目
参照先
WssSettingsDataSet.WssAdminRow クラス