Encapsulates an active directory derived object of type ActiveDirectoryGroupObject which represents a security
group in the active directory
Inheritance Hierarchy
Inkostar.ClassesActiveDirectoryObject
Inkostar.ClassesActiveDirectoryGroupObject
Namespace: Inkostar.Classes
Assembly: ACDLib (in ACDLib.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public class ActiveDirectoryGroupObject : ActiveDirectoryObject, IActiveDirectoryGroupObject
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.) |
Properties
| Name | Description | |
|---|---|---|
| AccountGuid |
Gets the account's GUID value
| |
| Description |
Gets or sets the account's description
| |
| DisplayName |
Gets or sets the account's display name
| |
| DistinguishedName |
Gets the account's distinguished name (DN)
| |
| IsSecurityGroup |
Gets or sets whether the account is a security group
| |
| ObjectName |
Returns the active directory object name
(Inherited from ActiveDirectoryObject.) | |
| ObjectPath |
Returns the active directory object path
(Inherited from ActiveDirectoryObject.) | |
| ObjectType |
Returns the enumerated active directory object type
(Inherited from ActiveDirectoryObject.) | |
| SamAccountName |
Gets or sets the SAM account name
| |
| StructuralObjectClass |
Gets the account's structural object class attribute
| |
| UserPrincipalName |
Gets or sets the account principal name (UPN)
|
See Also