A collection of Group objects belonging to a given realm or group.


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

Syntax

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

Remarks

See Also