EssentialsLayerInfoLayerSourceJson Property
Gets or sets the JSON representation of the layer source.

Namespace: Geocortex.Essentials.Client
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public string LayerSourceJson { 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