WebDataDrivenAdapter.WebBrowser Property
Gets or sets the instance of the web browser control provided to the constructor.
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Usage
'Usage
Dim value As WebBrowserExtended
value = Me.WebBrowser
Me.WebBrowser = value
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Protected Property WebBrowser As WebBrowserExtended
[CLSCompliantAttribute(false)]
protected WebBrowserExtended WebBrowser { get; set; }
[CLSCompliantAttribute(false)]
protected:
property WebBrowserExtended^ WebBrowser {
WebBrowserExtended^ get ();
void set (WebBrowserExtended^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
protected WebBrowserExtended get_WebBrowser ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
protected void set_WebBrowser (WebBrowserExtended value)
DebuggerStepThroughAttribute
protected function get WebBrowser () : WebBrowserExtended
DebuggerStepThroughAttribute
protected function set WebBrowser (value : WebBrowserExtended)
Property Value
Type: WebBrowserExtended.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
WebDataDrivenAdapter Class
WebDataDrivenAdapter Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.