Gets the permission set in the collection at the specified index.

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

Syntax

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

Parameters

index
Type: System..::..Int32
The index of the VGPermissionSet object to retrieve from the collection.

Return Value

Type: VGPermissionSet
a VGPermissionSet object representing the permission set.

See Also