Gets the name of the attribute corresponding to the specified index

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

Syntax

C#
public string GetKeyAtIndex(
	int index
)
Visual Basic (Declaration)
Public Function GetKeyAtIndex ( _
	index As Integer _
) As String

Parameters

index
Type: System..::.Int32
Index of the key.

Return Value

The name of the attribute at the specified index.

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeExceptionThe index was out of range. Must be non-negative and less than the size of the collection.

See Also