This topic has not yet been rated - Rate this topic

JsonObject.Values property

Gets an ICollection object containing the values of the JsonObject .

Syntax


public ICollection<object> Values { get; }

Property value

Type: ICollection<Object>

The ICollection of all values in this JsonObject.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Data.Json

See also

JsonObject

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.