ESRI.ArcGIS.ADF.Web.UI.WebControls
IsAsync Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > WebControl Class : IsAsync Property




Returns true if this control is in a partial postback or a callback.

Syntax

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

See Also

© 2010 All Rights Reserved.