JsonArray.Size Property
Gets the size (count) of the array.
Syntax
public:
property uint32 Size {
uint32 get ();
}
Property value
Type: uint32
The count of items in the array.
Requirements
Namespace: Windows.Data.Json
Metadata: windows.winmd
See also
Reference
JsonArray Class
JsonArray Members
Windows.Data.Json Namespace