ESRI.ArcGIS.ADF.Web.UI.WebControls
ShowUrl Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TaskResults Class : ShowUrl Property




Gets a string usable on the client to display the TaskResults. Read-only.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public ReadOnly Property ShowUrl As String
Visual Basic (Usage)Copy Code
Dim instance As TaskResults
Dim value As String
 
value = instance.ShowUrl
C# 
[BrowsableAttribute(false)]
public string ShowUrl {get;}

Remarks

If the TaskResults is contained in a FloatingPanel, this property returns a string with a JavaScript command to display and expand the floating panel, which will display the TaskResults.

See Also

© 2010 All Rights Reserved.