ESRI.ArcGIS.ADF.Web.UI.WebControls
ShowFieldAttributes Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Task Class : ShowFieldAttributes Property




Whether the results of this task will have the field attributes.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Whether the results of this task will have the field attributes.")>
<PersistenceModeAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
<ResCategoryAttribute("Task")>
Public Overridable Property ShowFieldAttributes As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Task
Dim value As Boolean
 
instance.ShowFieldAttributes = value
 
value = instance.ShowFieldAttributes
C# 
[ResDescriptionAttribute("Whether the results of this task will have the field attributes.")]
[PersistenceModeAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[BrowsableAttribute(true)]
[ResCategoryAttribute("Task")]
public virtual bool ShowFieldAttributes {get; set;}

See Also

© 2010 All Rights Reserved.