ESRI.ArcGIS.ADF.ArcGISServer.Editor
HideOnSubmit Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTask Class : HideOnSubmit 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 HideOnSubmit As Boolean
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim value As Boolean
 
value = instance.HideOnSubmit
C# 
[BrowsableAttribute(false)]
public bool HideOnSubmit {get;}

Remarks

This property is not used by the EditorTask. It is inherited from the base task class as a property determining whether the task user interface should be hidden when the task is executed which doesn't apply to this task.

See Also

© 2010 All Rights Reserved.