JsonArray.ValueType Property

Gets the type of the values within the array. 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

JsonArray Class

JsonArray Members

Windows.Data.Json Namespace