SoftwareEngineering/ProgramLanguage/ActiveDirectoryServiceInterfaces
IADsGroup†
MSDN
Methods in Vtable Order†
| 名前 | 説明 |
| get_Name | Gets the object's relative name. |
| get_Class | Gets the name of the object's schema class. |
| get_GUID | Gets the GUID of the object as stored in the underlying directory store. |
| get_ADsPath | Gets the object's ADsPath that uniquely identifies this object from all others. |
| get_Parent | Gets the ADsPath string for the parent of the object. |
| get_Schema | Gets the ADsPath string to the schema class object for this object. |
| GetInfo | Loads the property values of this object from the underlying directory store. |
| SetInfo | Persists the changes on this object to the underlying directory store. |
| Get | Gets the value for a property by name. |
| Put | Sets the value for a property by name. |
| GetEx | Gets the value for a single or multi-valued property by name. |
| PutEx | Sets the value for a single or multi-valued property by name. |
| GetInfoEx | Loads specific property values of this object from the underlying directory store. |
| get_Description | Gets and sets the description of the group membership. |
| put_Description | Gets and sets the description of the group membership. |
| Members | Gets an IADsMembers interface on the members object that is the collection of ADSI objects that represent the members of this group. |
| IsMember | Verifies membership. |
| Add | Adds an object to a group. |
| Remove | Removes an object from a group. |
Properties†
| 名前 | 説明 |
| AdsPath | Gets the object's ADsPath that uniquely identifies this object from all others. |
| Class | Gets the name of the object's schema class. |
| Description | Gets and sets the description of the group membership. |
| GUID | Gets the GUID of the object as stored in the underlying directory store. |
| Name | Gets the object's relative name. |
| Parent | Gets the ADsPath string for the parent of the object. |
| Schema | Gets the ADsPath string to the schema class object for this object. |
Requirements†
| Client | Requires Windows?XP or Windows?2000 Professional. |
| Server | Requires Windows Server?2003 or Windows?2000 Server. |
| Redistributable | Requires Active Directory Client Extension on Windows?NT 4.0 and Windows Me/98/95. |
| Header | Declared in Iads.h. |
| DLL | Requires Activeds.dll. |
| IID | IID_IADsGroup is defined as 27636B00-410F-11CF-B1FF-02608C9E7553. |