Ilumnis Authentication

RightCollection.Item Property (String)

Gets or sets right with specific name in this collection.

public Right this[
   string rightName
] {get; set;}

Exceptions

Exception Type Condition
InvalidRightNameException Thrown when invalid rightName is passed as index.
InvalidRightIndexException Thrown when RightName of right being assigned and index mismatch.

See Also

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