Gets the value of the indexed attribute.

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 Object this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( 
	index As Integer
) As Object
	Get

Parameters

index
Type: System..::..Int32

Property Value

Type: Object
the value of the attribute if found, null (Nothing) otherwise.

Exceptions

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

See Also