Gets the collection of the groups the user is member of.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCUserDBCollection<BCUserGroup> Groups { get; }
Visual Basic
Public ReadOnly Property Groups As BCUserDBCollection(Of BCUserGroup)
	Get
Visual C++
public:
property BCUserDBCollection<BCUserGroup^>^ Groups {
	BCUserDBCollection<BCUserGroup^>^ get ();
}

See Also