Ilumnis Authentication

RoleCollection.Item Property (String)

Gets or sets role with specific name in this collection.

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

Exceptions

Exception Type Condition
InvalidRoleNameException Thrown when invalid roleName is used as index.
InvalidRoleIndexException Thrown when RoleName of role being assigned and index mismatch.

See Also

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