0 out of 1 rated this helpful - Rate this topic

JsonObject.GetNamedArray method

Gets the JsonArray value with the specified name, or NULL if no such named value is found.

Syntax


public:
JsonArray^ GetNamedArray(
  String^ name
)

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

Windows.Data.Json
Windows::Data::Json [C++]

Metadata

Windows.winmd

See also

JsonObject

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.