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: 2016.0.105.16 (2016.0.105.16)

Syntax

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

Parameters

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

Return Value

Type: String
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