The ActiveDirectoryGroupObject type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
AddMember |
Adds a member to the current active directory group
|
|
|
Delete |
Deletes the current object from the active directory
(Inherited from ActiveDirectoryObject.) |
|
|
DeleteMember |
Removes a member from the current active directory group
|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
|
GetGroups |
Retrieves all groups the current group is a member of
|
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
GetMembers |
Retrieves all active directory objects which are members of the current group
|
|
|
GetProperties |
Retrieves the properties collection of the current object
(Inherited from ActiveDirectoryObject.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
IsMemberOf |
Returns whether the current group account is a member of a given ActiveDirectoryGroup object
|
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
Move |
Moves the current object to a new container
(Inherited from ActiveDirectoryObject.) |
|
|
Rename |
Renames the current object from the active directory
(Inherited from ActiveDirectoryObject.) |
|
|
ToString | (Inherited from Object.) |
See Also