Namespace:
Aloe.EnterpriseOne.Model.Systems.Security
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<UserGroup> Groups { get; }
Public ReadOnly Property Groups As ChildCollection(Of UserGroup)
Get
public:
property ChildCollection<UserGroup^>^ Groups {
ChildCollection<UserGroup^>^ get ();
}
member Groups : ChildCollection<UserGroup> with get
Property Value
Type:
ChildCollectionUserGroup
See Also