EssentialsLayerInfoLayerSourceJson Property |
Gets or sets the JSON representation of the layer source.
Namespace: Geocortex.Essentials.ClientAssembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntaxpublic string LayerSourceJson { get; set; }
Public Property LayerSourceJson As String
Get
Set
Property Value
Type:
String
The JSON representation of the layer source.
Remarks
This property exists to facilitate data contract serialization. It is not intended to be called directly.
See Also