JsonArray.ValueType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the type of the values within the array. Possible types are defined by JsonValueType.
public:
property JsonValueType ValueType { JsonValueType get(); };
JsonValueType ValueType();
public JsonValueType ValueType { get; }
var jsonValueType = jsonArray.valueType;
Public ReadOnly Property ValueType As JsonValueType
Property Value
The JSON value type.