Click or drag to resize

VGPermissionAttributeCollectionGetKeyAtIndex Method

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: 2019.0.101.19 (2019.0.0101.19)
Syntax
public string GetKeyAtIndex(
	int index
)

Parameters

index
Type: SystemInt32
Index of the key.

Return Value

Type: String
The name of the attribute at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe index was out of range. Must be non-negative and less than the size of the collection.
See Also