Udostępnij za pośrednictwem


ExternalApplicationAppInitString.ManageHosting Property

Gets or sets a Boolean value that specifies whether the lifecycle of the application is managed by automation.

Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)

Usage

'Usage
Dim instance As ExternalApplicationAppInitString
Dim value As Boolean

value = instance.ManageHosting

instance.ManageHosting = value

Syntax

'Declaration
<DescriptionAttribute("Is this lifecycle of the application managed by automation?")> _
<DisplayNameAttribute("Manage Hosting")> _
<CategoryAttribute("External Application Settings")> _
<BrowsableAttribute(True)> _
<DefaultValueAttribute(False)> _
Public Property ManageHosting As Boolean
[DescriptionAttribute("Is this lifecycle of the application managed by automation?")] 
[DisplayNameAttribute("Manage Hosting")] 
[CategoryAttribute("External Application Settings")] 
[BrowsableAttribute(true)] 
[DefaultValueAttribute(false)] 
public bool ManageHosting { get; set; }
[DescriptionAttribute(L"Is this lifecycle of the application managed by automation?")] 
[DisplayNameAttribute(L"Manage Hosting")] 
[CategoryAttribute(L"External Application Settings")] 
[BrowsableAttribute(true)] 
[DefaultValueAttribute(false)] 
public:
property bool ManageHosting {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_ManageHosting ()

/** @property */
public void set_ManageHosting (boolean value)
public function get ManageHosting () : boolean

public function set ManageHosting (value : boolean)

Property Value

Type: Boolean
True if the lifecycle is 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

ExternalApplicationAppInitString Class
ExternalApplicationAppInitString Members
Microsoft.Uii.Common Namespace

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