Property UnusedJson
UnusedJson
Gets the data from the source JSON that the API did not make use of.
Declaration
public string UnusedJson { get; }
Property Value
Type | Description |
---|---|
System.String | Data from the source JSON that the API did not make use of. |
Remarks
Unused JSON stores the input data that is not currently used in this API. If the object is written back to JSON, all unused JSON data is persisted.
The ArcGIS specification may be from a web map, web scene, REST API, and so on.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.8 |
.NET | 200.8 |
.NET Windows | 200.8 |
.NET Android | 200.8 |
.NET iOS | 200.8 |
.NET Framework | 200.8 |
UWP | 200.8 |