WebApplicationAdapter.Browser Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a reference to the Internet Explorer browser that hosts the web application.
public:
property Microsoft::Uii::Csr::Browser::Web::WebBrowserExtended ^ Browser { Microsoft::Uii::Csr::Browser::Web::WebBrowserExtended ^ get(); void set(Microsoft::Uii::Csr::Browser::Web::WebBrowserExtended ^ value); };
public Microsoft.Uii.Csr.Browser.Web.WebBrowserExtended Browser { get; set; }
member this.Browser : Microsoft.Uii.Csr.Browser.Web.WebBrowserExtended with get, set
Public Property Browser As WebBrowserExtended