Freigeben über


WebApplicationAdapter.Browser Property

Gets or sets a reference to the Internet Explorer browser that hosts the web application.

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim instance As WebApplicationAdapter
Dim value As WebBrowserExtended

value = instance.Browser

instance.Browser = value

Syntax

'Declaration
Public Property Browser As WebBrowserExtended
public WebBrowserExtended Browser { get; set; }
public:
property WebBrowserExtended^ Browser {
    WebBrowserExtended^ get ();
    void set (WebBrowserExtended^ value);
}
/** @property */
public WebBrowserExtended get_Browser ()

/** @property */
public void set_Browser (WebBrowserExtended value)
public function get Browser () : WebBrowserExtended

public function set Browser (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

WebApplicationAdapter Class
WebApplicationAdapter Members
Microsoft.Uii.Csr Namespace
Use UII web application adapter

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.