JsonObject.GetObject Method

Definition

Gets the JsonObject if the ValueType of the encapsulated value is Object.

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

Returns

The encapsulated JsonObject.

Implements

Applies to