Interface IGroup
Interface for a user group.
public interface IGroup : IHasKey
- Inherited Members
Properties
Description
Gets a localized description.
string Description { get; }
Property Value
Permissions
Gets all permissions that are assigned to the group.
KeyItemCollection<IPermission> Permissions { get; }