ArcGIS Runtime SDK for WPF - Library Reference
DefinitionExpression Property
See Also 
ESRI.ArcGIS.Client.WebMap Namespace > LayerDefinition Class : DefinitionExpression Property

Gets or sets an optional SQL-based definition expression string that narrows down the data to be displayed in the layer. Used with ArcGIS Server map services. Example: "STATE_NAME='Kansas' and POP2007>25000"

Syntax

Visual Basic (Declaration) 
Public Property DefinitionExpression As String
C# 
public string DefinitionExpression {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.