WssSettingsDataSet.WssAdminRow.WADMIN_USER_SYNC_SETTING-Eigenschaft
Ruft eine Anzahl, die Synchronisierungseinstellungen Benutzer einrichtet.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WADMIN_USER_SYNC_SETTING As Integer
Get
Set
'Usage
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; }
Eigenschaftswert
Typ: System.Int32
Eine Zahl, die eine Synchronisierungseinstellung darstellt.
Hinweise
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.
Siehe auch
Referenz
WssSettingsDataSet.WssAdminRow Klasse