ESRI.ArcGIS.ADF.Web.DataSources
FromJson Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > GroupLayerInfo Class : FromJson Method




deserializedJson
Deserialized JSON string with properties
Populates properties using JSON string.

Syntax

Visual Basic (Declaration) 
Public Overrides Sub FromJson( _
   ByVal deserializedJson As IDictionary(Of String, Object) _
) 
Visual Basic (Usage)Copy Code
Dim instance As GroupLayerInfo
Dim deserializedJson As IDictionary(Of String, Object)
 
instance.FromJson(deserializedJson)
C# 
public override void FromJson( 
   IDictionary<string, object> deserializedJson
)

Parameters

deserializedJson
Deserialized JSON string with properties

See Also

© 2010 All Rights Reserved.