ESRI.ArcGIS.ADF.Tasks
ShowFieldAttributes Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Tasks Namespace > PrintTask Class : ShowFieldAttributes Property




Property redefined here to hide base class definition since this is not relevant to this task.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public Shadows ReadOnly Property ShowFieldAttributes As Boolean
Visual Basic (Usage)Copy Code
Dim instance As PrintTask
Dim value As Boolean
 
value = instance.ShowFieldAttributes
C# 
[BrowsableAttribute(false)]
public new bool ShowFieldAttributes {get;}

Remarks

This property is not used by the PrintTask. It is inherited from the base task class as a property determining whether graphics layers include field attribute names and values when added to the task results control. Since the PrintTask does not generate these kinds of results, the property is not relevant and is hidden in Design view in Visual Studio.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.