|
| ESRI.ArcGIS.ADF.Web.DataSources | |
| CreateFromJson Method | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.Web.DataSources Namespace > LayerInfoBase Class : CreateFromJson Method |
- deserializedJson
- The deserialized JSON of the layer.
| Visual Basic (Declaration) | |
|---|---|
Public Shared Function CreateFromJson( _ ByVal deserializedJson As IDictionary(Of String,Object) _ ) As LayerInfoBase | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim deserializedJson As IDictionary(Of String,Object) Dim value As LayerInfoBase value = LayerInfoBase.CreateFromJson(deserializedJson) | |
| C# | |
|---|---|
public static LayerInfoBase CreateFromJson( IDictionary<string,object> deserializedJson ) | |
Parameters
- deserializedJson
- The deserialized JSON of the layer.
Return Value
Layer definition from the JSON version.Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family