Gets the VGMembershipUser at the specified index.

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

Syntax

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

Parameters

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

Return Value

A VGMembershipUser object with the specified index.

See Also