Returns a collection containing the groups of which a given group or user is a member.


Namespace: FileNet.Api.Security
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property MemberOfGroups As IGroupSet
C#
IGroupSet MemberOfGroups { get; }
C++
property IGroupSet MemberOfGroups abstract  {
    IGroupSet get();
}
J#
/** property */
public IGroupSet get_MemberOfGroups();
JScript
public function get MemberOfGroups() : IGroupSet

Remarks

See Also