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




Returns a string with a client-side command to display the task on the client.

Syntax

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

Remarks

This method gets a string that contains a JavaScript command that displays the floating panel with the task on the client. It may be passed to the client by, for example, the CallbackResults.

See Also

© 2010 All Rights Reserved.