JsonObject.ValueType Property

Gets the type of the encapsulated JSON value. Possible types are defined by JsonValueType.

Syntax

public:
property JsonValueType ValueType {
         JsonValueType get ();
}  

Property value

Type: JsonValueType 

The JSON value type.

Requirements

Namespace: Windows.Data.Json

Metadata: windows.winmd

See also

Reference

JsonObject Class

JsonObject Members

Windows.Data.Json Namespace