ArcGIS API for WPF - Library Reference
deserializedJson Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > ImageServiceIdentifyResult Class : deserializedJson Method

json
The json.
Deserializeds the json.

Syntax

Visual Basic (Declaration) 
Public Shared Function deserializedJson( _
   ByVal json As String _
) As ImageServiceIdentifyResult
C# 
public static ImageServiceIdentifyResult deserializedJson( 
   string json
)

Parameters

json
The json.

Return Value

Returns an IdentifyImageResult object that contains the response form the identify task.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.