JsonValueChangeEventArgs.Index Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the index of the JsonValueChangeEventArgs.

Namespace:  System.Json
Assembly:  System.Json (in System.Json.dll)

Syntax

'Declaration
Public ReadOnly Property Index As Integer
public int Index { get; }
public:
property int Index {
    int get ();
}
member Index : int
function get Index () : int

Property Value

Type: System.Int32
The index value of the JsonValueChangeEventArgs.

.NET Framework Security

See Also

Reference

JsonValueChangeEventArgs Class

System.Json Namespace