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

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property Groups As IGroupSet
C#
IGroupSet Groups { get; }
Visual C++
property IGroupSet^ Groups {
	IGroupSet^ get ();
}
JavaScript
function get_groups();

ToggleRemarks

ToggleSee Also