IJsonValue.GetObject Method

Definition

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

public:
 JsonObject ^ GetObject();
JsonObject GetObject();
public JsonObject GetObject();
function getObject()
Public Function GetObject () As JsonObject

Returns

A pointer to the encapsulated object.

Applies to