Show / Hide Table of Contents

Property UnknownJson

UnknownJson

Gets unknown data from the source JSON.

Declaration
public IReadOnlyDictionary<string, object> UnknownJson { get; }
Property Value
Type Description
IReadOnlyDictionary<String, Object>

Unknown data from the source JSON.

Remarks

Unknown JSON is a dictionary of values not defined in the ArcGIS specification used to create this object but found in the source JSON. If the object is written back to JSON, any unknown JSON data is not persisted. The ArcGIS specification may be for a web map, web scene, REST API, and so on.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.6 - 200.2
.NET 6.0100.13 - 200.2
.NET 6.0 Windows100.13 - 200.2
.NET 6.0 Android200.0 - 200.2
.NET 6.0 iOS200.0 - 200.2
.NET Framework100.6 - 200.2
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.6 - 100.15
iOS100.6 - 100.15
UWP100.6 - 200.2
In This Article
Back to top Copyright © 2022 Esri.