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




deserializedJson

Syntax

Visual Basic (Declaration) 
Public Shared Function FromJson( _
   ByVal deserializedJson As IDictionary(Of String, Object) _
) As GeoImageDescription
Visual Basic (Usage)Copy Code
Dim deserializedJson As IDictionary(Of String, Object)
Dim value As GeoImageDescription
 
value = GeoImageDescriptionConverter.FromJson(deserializedJson)
C# 
public static GeoImageDescription FromJson( 
   IDictionary<string, object> deserializedJson
)

Parameters

deserializedJson

See Also

© 2010 All Rights Reserved.