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 类