ArcGIS Runtime SDK for WPF - Library Reference
ToJson(Boolean) Method
See Also 
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 XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.