HostedWebApplicationAppInitString.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 HostedWebApplicationAppInitString
Dim value As Boolean
value = instance.HostInside
instance.HostInside = value
Syntax
'Declaration
<DescriptionAttribute("Use SetParent")> _
<CategoryAttribute("Application Hosting")> _
<BrowsableAttribute(False)> _
<DefaultValueAttribute(True)> _
<DisplayNameAttribute("Use SetParent")> _
Public Property HostInside As Boolean
[DescriptionAttribute("Use SetParent")]
[CategoryAttribute("Application Hosting")]
[BrowsableAttribute(false)]
[DefaultValueAttribute(true)]
[DisplayNameAttribute("Use SetParent")]
public bool HostInside { get; set; }
[DescriptionAttribute(L"Use SetParent")]
[CategoryAttribute(L"Application Hosting")]
[BrowsableAttribute(false)]
[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
HostedWebApplicationAppInitString Class
HostedWebApplicationAppInitString Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.