ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
WebControl Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > TileFunctionality Class : WebControl Property




The web control using this functionality. Optionally set by the control. Example of use: To store mime images to session.

Syntax

Visual Basic (Declaration) 
<XmlIgnoreAttribute()>
Public Property WebControl As WebControl
Visual Basic (Usage)Copy Code
Dim instance As TileFunctionality
Dim value As WebControl
 
instance.WebControl = value
 
value = instance.WebControl
C# 
[XmlIgnoreAttribute()]
public WebControl WebControl {get; set;}

See Also

© 2010 All Rights Reserved.