Group property

This property is implemented by the following interfaces. Click one of the links below to jump to the description of the property as it pertains to that interface.

IERUCustomContext
IERUDirectoryGroup

IERUGroup
IERUSEvent_Group
IERUSEvent_GroupMembershipChange

 

 

Group property

Returns the IERUDirectoryGroup interface pointer to the member.

Syntax


C++

HRESULT get_Group(IERUDirectoryGroup** pGroup)

Scripting languages

Set Group = Object.Group

Remarks


If the member is not a Group, the Group property returns the failure code E_NOTIMPL.

Go to Top

Home

Applies to

IERUMember


See also

User property

Group property

Returns the IERUGroup interface pointer to the member.

Syntax


C++

HRESULT get_Group(IERUGroup** pGroup)

Scripting languages

Set Group = Object.Group

Remarks


If the member is not a Group, the Group property returns the failure code E_NOTIMPL.

Go to Top

Home

Applies to

IERUMember

IERUSEvent_Group

IERUSEvent_GroupMembershipChange


See also

User property

Group property

Returns the current group. In the case of UIEvents, determines the group that is being displayed by a group members page.

Syntax


C++

HRESULT get_Group(IERUMember** pGroup)

Scripting languages

Set Group = Object.Group

 

Go to Top

Home

Applies to

IERUCustomCommand