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(BasicGroupInfo other) |
Returns a value indicating whether this group is equivalent to the specified other group. |
|
Equals(object obj) |
Returns a value indicating whether this group is equivalent to the specified other group. |
|
GetHashCode |
Returns the hash code for the instance. |
|
IsMemberOfGroup(string groupName) |
Returns a value indicating whether this group is a member of the specified group. |
|
ToString |
Returns the group name. |