JsonObject.GetNamedArray method
Gets the JsonArray value with the specified name, or NULL if no such named value is found.
Syntax
Parameters
- name
-
Type: System.String [.NET] | Platform::String [C++]
The name.
Return value
Type: JsonArray
The JsonArray with the specified name.
Note The exception WEB_E_JSON_VALUE_NOT_FOUND is returned if the JsonArray is not contained in the JsonObject
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
