Gets the role in the collection referenced at the specified index.

Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public VGRole this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( 
	index As Integer
) As VGRole
	Get

Parameters

index
Type: System..::..Int32
The repository id of the VGRole to retrieve from the collection.

Return Value

Type: VGRole
a VGRole object representing the role with the specified index.

See Also