JsonValueChangeEventArgs.Child Property

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

Gets the child of the JsonValueChangeEventArgs.

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

Syntax

'Declaration
Public ReadOnly Property Child As JsonValue
public JsonValue Child { get; }
public:
property JsonValue^ Child {
    JsonValue^ get ();
}
member Child : JsonValue
function get Child () : JsonValue

Property Value

Type: System.Json.JsonValue
The child of the JsonValueChangeEventArgs.

.NET Framework Security

See Also

Reference

JsonValueChangeEventArgs Class

System.Json Namespace