ArcGIS Runtime SDK for WPF - Library Reference
IsTable Property
See Also 
ESRI.ArcGIS.Client.Local Namespace > LayerDetails Class : IsTable Property

Gets the description of this layer.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsTable As Boolean
C# 
public bool IsTable {get;}

Remarks

Tables within a LocalMapService or LocalFeatureService can form the basis for a ArcGISLocalFeatureLayer to enable editing workflows or they can be used in conjunction with tasks such as the ESRI.ArcGIS.Client.Tasks.QueryTask for retrieving records via queries.

Property Value

true if this layer is a table; otherwise, false.

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.