[[SoftwareEngineering/ProgramLanguage/ActiveDirectoryServiceInterfaces]] #author("2021-11-26T08:59:16+09:00","","") [[ソフトウェア開発>SoftwareEngineering]] / [[ActiveDirectory>ActiveDirectory]] / [[ActiveDirectoryServiceInterfaces>ActiveDirectory/ActiveDirectoryServiceInterfaces]] / Interface / [[IADsGroup>./]] *IADsGroup [#be2a8510] [[MSDN>ms-help://ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.WIN32COM.v10.en/adsi/adsi/iadsgroup.htm]] **Methods in Vtable Order [#y65f6276] |名前|説明|h |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>./IsMember]]|Verifies membership.| |Add|Adds an object to a group.| |Remove|Removes an object from a group.| **Properties [#ma7c6c58] |名前|説明|h |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 [#r8c3ef1d] |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.|