GroupManager.Connected Property

 

Verifies whether the instance of GroupManager is connected to the Group provider.

Namespace:   Microsoft.WindowsServerSolutions.Groups
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

If true, the instance of GroupManager is connected to the group provider; otherwise, false.

See Also

GroupManager Class
Microsoft.WindowsServerSolutions.Groups Namespace

Return to top