HostedWebApplicationAppInitString.HostOnTop 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.HostOnTop
instance.HostOnTop = value
Syntax
'Declaration
<CategoryAttribute("Application Hosting")> _
<DefaultValueAttribute(True)> _
<DisplayNameAttribute("Use Dynamic Positioning")> _
<DescriptionAttribute("Use Dynamic Positioning")> _
<BrowsableAttribute(False)> _
Public Property HostOnTop As Boolean
[CategoryAttribute("Application Hosting")]
[DefaultValueAttribute(true)]
[DisplayNameAttribute("Use Dynamic Positioning")]
[DescriptionAttribute("Use Dynamic Positioning")]
[BrowsableAttribute(false)]
public bool HostOnTop { get; set; }
[CategoryAttribute(L"Application Hosting")]
[DefaultValueAttribute(true)]
[DisplayNameAttribute(L"Use Dynamic Positioning")]
[DescriptionAttribute(L"Use Dynamic Positioning")]
[BrowsableAttribute(false)]
public:
property bool HostOnTop {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_HostOnTop ()
/** @property */
public void set_HostOnTop (boolean value)
public function get HostOnTop () : boolean
public function set HostOnTop (value : boolean)
Property Value
Type: Boolean
true if the host is on top; 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.