Gets an index of the property.

Namespace: Dapfor.Net.Data
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
int Index { get; }
Visual Basic
ReadOnly Property Index As Integer
	Get
Visual C++
property int Index {
	int get ();
}
F#
abstract Index : int with get

Property Value

Type: Int32
The index.

See Also