Represents a standard group in a directory.
Name | Description | |
---|---|---|
BasicGroupInfo(string name) |
Initializes a new instance of the BasicGroupInfo class. |
|
BasicGroupInfo(string name, string displayName) |
Initializes a new instance of the BasicGroupInfo class. |
Name | Description | |
---|---|---|
DisplayName |
Gets the friendly display name of the group. |
|
Name |
Gets the unique name of the group. |
Name | Description | |
---|---|---|
Equals(object obj) | ||
GetHashCode |
Returns the hash code for the instance. |
|
IsMemberOfGroup(string groupName) | ||
ToString |
Returns the group name. |