ArcGIS Runtime SDK for WPF - Library Reference
PreferredQueryResponseFormat Property
See Also 
ESRI.ArcGIS.Client Namespace > FeatureLayer Class : PreferredQueryResponseFormat Property

The data encoding format to request from the server when querying the feature service. The default value is ESRI.ArcGIS.Client.Tasks.TaskResponseFormat.Json. Some services do not support AMF. In these cases JSON will be requested regardless of the value of this property.

Syntax

Visual Basic (Declaration) 
Public Property PreferredQueryResponseFormat As TaskResponseFormat
C# 
public TaskResponseFormat PreferredQueryResponseFormat {get; set;}

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.