Udostępnij za pośrednictwem


HostedWebApplicationAppInitString.ManagePopups Property

Gets or sets a Boolean value that specifies whether the popups are managed by automation.

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.ManagePopups

instance.ManagePopups = value

Syntax

'Declaration
<DescriptionAttribute("Are the popups managed by automation?")> _
<DisplayNameAttribute("Manage Popups")> _
<CategoryAttribute("Web Application Home Page")> _
<DefaultValueAttribute(False)> _
Public Property ManagePopups As Boolean
[DescriptionAttribute("Are the popups managed by automation?")] 
[DisplayNameAttribute("Manage Popups")] 
[CategoryAttribute("Web Application Home Page")] 
[DefaultValueAttribute(false)] 
public bool ManagePopups { get; set; }
[DescriptionAttribute(L"Are the popups managed by automation?")] 
[DisplayNameAttribute(L"Manage Popups")] 
[CategoryAttribute(L"Web Application Home Page")] 
[DefaultValueAttribute(false)] 
public:
property bool ManagePopups {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_ManagePopups ()

/** @property */
public void set_ManagePopups (boolean value)
public function get ManagePopups () : boolean

public function set ManagePopups (value : boolean)

Property Value

Type: Boolean
true if the popups are managed by automation; 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.