ESRI.ArcGIS.ADF.Web.UI.WebControls
CallbackResults Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ITask Interface : CallbackResults Property




A collection of results that are defined on the server and returned to the client via a callback. The results update content or run a script on the client.

Syntax

Visual Basic (Declaration) 
ReadOnly Property CallbackResults As CallbackResultCollection
Visual Basic (Usage)Copy Code
Dim instance As ITask
Dim value As CallbackResultCollection
 
value = instance.CallbackResults
C# 
CallbackResultCollection CallbackResults {get;}

Remarks

See the ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl.CallbackResults property and the CallbackResult class for more discussion on using callback results.

See Also

© 2010 All Rights Reserved.