JsonArray.GetObject Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 JsonObject.