Share via


IJsonValue.GetArray Method

Definition

Returns a pointer to the array if the ValueType of the encapsulated value is Array. If it is not, an exception is thrown.

public:
 JsonArray ^ GetArray();
JsonArray GetArray();
public JsonArray GetArray();
function getArray()
Public Function GetArray () As JsonArray

Returns

A pointer to the encapsulated array.

Applies to