다음을 통해 공유


ADSyncGroupSettings.AutoReactivateInactiveUsers property

Gets or sets a value that indicates whether to automatically reactivate inactive users that are found in the Active Directory group during synchronization.

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

Syntax

'Declaration
Public Property AutoReactivateInactiveUsers As Boolean
    Get
    Set
'Usage
Dim instance As ADSyncGroupSettings
Dim value As Boolean

value = instance.AutoReactivateInactiveUsers

instance.AutoReactivateInactiveUsers = value
public bool AutoReactivateInactiveUsers { get; set; }

Property value

Type: System.Boolean
True if inactive users in the Active Directory are automatically reactivated during synchronization; otherwise, False.

See also

Reference

ADSyncGroupSettings class

ADSyncGroupSettings members

Microsoft.Office.Project.Server.Library namespace