Partager via


UserMgmtManager.Connected Property

 

Gets the status of the connection to the User Provider.

Namespace:   Microsoft.WindowsServerSolutions.Users
Assembly:  UserObjectModel (in UserObjectModel.dll)

Syntax

public bool Connected { get; internal set; }
public:
property bool Connected {
    bool get();
    internal: void set(bool value);
}
Public Property Connected As Boolean
    Get
    Friend Set
End Property

Property Value

Type: System.Boolean

true if connected; otherwise, false.

See Also

UserMgmtManager Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top