Property Version
Version
Gets the version of the Map or Scene, read when it is loaded. The version of a newly created Map or Scene is empty.
Declaration
public string Version { get; }
Property Value
Type | Description |
---|---|
System. |
The version of the Map or Scene, read when it is loaded. The version of a newly created Map or Scene is empty. |
Remarks
When you load an existing map or scene, the version value is the version that it was created at, according to the ESRI web map specification or ESRI web scene specification, respectively.
You can make changes to a map (associated with a Portal
Saving changes to scenes is not currently supported.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.12 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.12 - 200.6 |
Xamarin.Android | 100.12 - 100.15 |
Xamarin.iOS | 100.12 - 100.15 |
UWP | 100.12 - 200.6 |