Udostępnij za pośrednictwem


ExternalApplicationAppInitString.HostInside Property

Gets or sets a Boolean value that specifies whether the host is inside.

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

instance.HostInside = value

Syntax

'Declaration
<BrowsableAttribute(False)> _
<DescriptionAttribute("Use SetParent")> _
<CategoryAttribute("Application Hosting")> _
<DefaultValueAttribute(True)> _
<DisplayNameAttribute("Use SetParent")> _
Public Property HostInside As Boolean
[BrowsableAttribute(false)] 
[DescriptionAttribute("Use SetParent")] 
[CategoryAttribute("Application Hosting")] 
[DefaultValueAttribute(true)] 
[DisplayNameAttribute("Use SetParent")] 
public bool HostInside { get; set; }
[BrowsableAttribute(false)] 
[DescriptionAttribute(L"Use SetParent")] 
[CategoryAttribute(L"Application Hosting")] 
[DefaultValueAttribute(true)] 
[DisplayNameAttribute(L"Use SetParent")] 
public:
property bool HostInside {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_HostInside ()

/** @property */
public void set_HostInside (boolean value)
public function get HostInside () : boolean

public function set HostInside (value : boolean)

Property Value

Type: Boolean
True if the host is inside, 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.