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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.