ArcGIS Runtime SDK for Windows Phone - Library Reference
ToJson(Boolean) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > FeatureSet Class : ToJson(Boolean) Method

includeSymbol
if set to true symbols will also be serialized to JSON.
Serializes the FeatureSet to JSON

Syntax

Visual Basic (Declaration) 
Public Function ToJson( _
   Optional ByVal includeSymbol As Boolean _
) As String
C# 
public string ToJson( 
   bool includeSymbol
)

Parameters

includeSymbol
if set to true symbols will also be serialized to JSON.

Return Value

A JSON string representation of the FeatureSet

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.