HostedWebApplicationAppInitString.UseNewBrowserProcess Property
Gets or sets a Boolean value that specifies whether the application uses new browser process.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As HostedWebApplicationAppInitString
Dim value As Boolean
value = instance.UseNewBrowserProcess
instance.UseNewBrowserProcess = value
Syntax
'Declaration
<CategoryAttribute("Web Application Home Page")> _
<BrowsableAttribute(True)> _
<DisplayNameAttribute("Use new browser process")> _
<DescriptionAttribute("If set to true, the application is initiated in new Internet Explorer (IE) process.")> _
Public Property UseNewBrowserProcess As Boolean
[CategoryAttribute("Web Application Home Page")]
[BrowsableAttribute(true)]
[DisplayNameAttribute("Use new browser process")]
[DescriptionAttribute("If set to true, the application is initiated in new Internet Explorer (IE) process.")]
public bool UseNewBrowserProcess { get; set; }
[CategoryAttribute(L"Web Application Home Page")]
[BrowsableAttribute(true)]
[DisplayNameAttribute(L"Use new browser process")]
[DescriptionAttribute(L"If set to true, the application is initiated in new Internet Explorer (IE) process.")]
public:
property bool UseNewBrowserProcess {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_UseNewBrowserProcess ()
/** @property */
public void set_UseNewBrowserProcess (boolean value)
public function get UseNewBrowserProcess () : boolean
public function set UseNewBrowserProcess (value : boolean)
Property Value
Type: Boolean
true if the application uses new browser process; otherwise, false.
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
HostedWebApplicationAppInitString Class
HostedWebApplicationAppInitString Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.