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 類別