Admin.UserSyncSettings Enumeration

Specifies the user synchronization settings.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration UserSyncSettings
'Usage
Dim instance As Admin.UserSyncSettings
[FlagsAttribute]
public enum UserSyncSettings

Members

Member name Description
Enabled Value=0.
DisablePWA Value=1.
DisablePWS Value=2.
DisableEmailSync Value=3.
DisableAll Value=4.

See Also

Reference

Microsoft.Office.Project.Server.Library Namespace