ESRI.ArcGIS.ADF.Web.DataSources
FeatureType Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > LayerInfo Class : FeatureType Property




The feature type of the layer

Syntax

Visual Basic (Declaration) 
Public Property FeatureType As FeatureType
Visual Basic (Usage)Copy Code
Dim instance As LayerInfo
Dim value As FeatureType
 
instance.FeatureType = value
 
value = instance.FeatureType
C# 
public FeatureType FeatureType {get; set;}

See Also

© 2010 All Rights Reserved.