WssSettingsDataSet.WssAdminRow.WADMIN_USER_SYNC_SETTING - Propriété
Obtient ou définit un numéro qui définit les paramètres de synchronisation utilisateur.
Espace de noms : WebSvcWssInterop
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property WADMIN_USER_SYNC_SETTING As Integer
Get
Set
'Utilisation
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; }
Valeur de propriété
Type : System.Int32
Nombre qui représente un paramètre de synchronisation.
Remarques
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.
Voir aussi
Référence
WssSettingsDataSet.WssAdminRow classe