Ilumnis Authentication

RoleCollection.Item Property (Int32)

Gets or sets role with specific RoleId in this collection.

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

Exceptions

Exception Type Condition
InvalidRoleIdentifierException Thrown when invalid roleId is used as index.
InvalidRoleIndexException Thrown when RoleId of role being assigned and index mismatch.

See Also

RoleCollection Class | IExSys.Authentication Namespace | RoleCollection.Item Overload List