ESRI.ArcGIS.ADF.Tasks
ListOutputFeatures Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > GeoprocessingTask Class : ListOutputFeatures Property




Whether the features of output layers will be listed. Only applicable if features are drawn on the web tier. If DrawResultsOnMapServer is true and a result map server is available, the drawn features will not be listed under the output layer.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Whether the features of output layers will be listed.  Only applicable if features are drawn on the web tier.  If DrawResultsOnMapServer is true and a result map server is available, the drawn features will not be listed under the output layer.")>
<PersistenceModeAttribute()>
<ResCategoryAttribute("Task")>
<BrowsableAttribute(True)>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property ListOutputFeatures As Boolean
Visual Basic (Usage)Copy Code
Dim instance As GeoprocessingTask
Dim value As Boolean
 
instance.ListOutputFeatures = value
 
value = instance.ListOutputFeatures
C# 
[ResDescriptionAttribute("Whether the features of output layers will be listed.  Only applicable if features are drawn on the web tier.  If DrawResultsOnMapServer is true and a result map server is available, the drawn features will not be listed under the output layer.")]
[PersistenceModeAttribute()]
[ResCategoryAttribute("Task")]
[BrowsableAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public bool ListOutputFeatures {get; set;}

See Also

© 2010 All Rights Reserved.