Ilumnis Authentication

RightCollection.Item Property (Int32)

Gets or sets right with specific RightId in this collection.

public Right this[
   int rightId
] {get; set;}

Exceptions

Exception Type Condition
InvalidRightIdentifierException Thrown when invalid rightId is passed as index.
InvalidRightIndexException Thrown when RightId of right being assigned and index mismatch.

See Also

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