WssSettingsDataSet.WssAdminRow.WADMIN_USER_SYNC_SETTING propriedade
Obtém ou define um número que estabelece as configurações de sincronização do usuário.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Property WADMIN_USER_SYNC_SETTING As Integer
Get
Set
'Uso
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; }
Valor de propriedade
Tipo: System.Int32
Um número que representa uma configuração de sincronização.
Comentários
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.
Ver também
Referência
WssSettingsDataSet.WssAdminRow classe