This topic has not yet been rated - Rate this topic

JsonValue.Item Property (Int32)

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

Gets or sets the JsonValue object with specified index.

Namespace:  System.Json
Assembly:  System.Json (in System.Json.dll)
public virtual JsonValue this[
	int index
] { get; set; }

Parameters

index
Type: System.Int32
The index of the object.

Property Value

Type: System.Json.JsonValue
The JsonValue object.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.