MobileObjectJsonObject Property |
The underlying JSON representation of the object.
Namespace: Oracle.Cloud.Mobile.Synchronization.MobileEndpointAssemblies: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic JObject JsonObject { get; set; }
Public Property JsonObject As JObject
Get
Set
public:
property JObject^ JsonObject {
JObject^ get ();
void set (JObject^ value);
}
member JsonObject : JObject with get, set
Property Value
Type:
JObject
See Also