ESRI.ArcGIS.ADF.Web.UI.WebControls
FromJson Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > LayerMapTips Class : FromJson Method




deserializedJson
Deserializes the control from the JSON serialization.

Syntax

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

Parameters

deserializedJson

See Also

© 2010 All Rights Reserved.