ESRI.ArcGIS.ADF.ArcGISServer.Editor
EnablePostBack Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer.Editor.Tools Namespace > EditorTool Class : EnablePostBack Property




Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ResCategoryAttribute("Server Action")>
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("Indicates whether the tool or command does a complete postback to the server and refreshes the whole page.")>
Public Property EnablePostBack As Boolean
Visual Basic (Usage)Copy Code
Dim instance As EditorTool
Dim value As Boolean
 
instance.EnablePostBack = value
 
value = instance.EnablePostBack
C# 
[DefaultValueAttribute()]
[ResCategoryAttribute("Server Action")]
[NotifyParentPropertyAttribute(true)]
[ResDescriptionAttribute("Indicates whether the tool or command does a complete postback to the server and refreshes the whole page.")]
public bool EnablePostBack {get; set;}

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.