ESRI.ArcGIS.ADF.Tasks
ShowFieldAttributes Property
See Also 
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 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 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.

See Also

© 2010 All Rights Reserved.