ArcGIS API for Silverlight - Library Reference
Mode Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.WebMap Namespace > WebMapLayer Class : Mode Property

Gets or sets the feature layer query mode. Only applies if the layer is a feature layer.

Syntax

Visual Basic (Declaration) 
Public Property Mode As Nullable(Of FeatureLayer.QueryMode)
C# 
public Nullable<FeatureLayer.QueryMode> Mode {get; set;}

Property Value

The query mode.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.