Ilumnis Authentication

RoleCollection.Item Property

Gets or sets role with specific RoleId in this collection.

Overload List

Gets or sets role with specific RoleId in this collection.

public Role this[int] {get; set;}

Gets or sets role with specific name in this collection.

public Role this[string] {get; set;}

See Also

RoleCollection Class | IExSys.Authentication Namespace