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

Gets metadata for the individual layers within the LocalFeatureService.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property FeatureLayers As ReadOnlyCollection(Of LayerDetails)
C# 
public ReadOnlyCollection<LayerDetails> FeatureLayers {get;}

Property Value

A ReadOnlyCollection of LayerDetails objects.

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.