Share via


WssSettingsDataSet.WssAdminRow.WADMIN_USER_SYNC_SETTING property

Gets or sets a number that establishes user sync settings.

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; }

Property value

Type: System.Int32
A number that represents a sync setting.

Remarks

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.

See also

Reference

WssSettingsDataSet.WssAdminRow class

WssSettingsDataSet.WssAdminRow members

WebSvcWssInterop namespace