Partager via


Group.Info Property

 

Gets a set of information about the group.

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

Syntax

public GroupInfo Info { get; }
public:
property GroupInfo^ Info {
    GroupInfo^ get();
}
Public ReadOnly Property Info As GroupInfo

Property Value

Type: Microsoft.WindowsServerSolutions.Groups.GroupInfo

A GroupInfo that contains the set of information about the group.

See Also

Group Class
Microsoft.WindowsServerSolutions.Groups Namespace

Return to top