ApplicationHost.globalAppHost Property
Gets or sets a Boolean value that specifies whether application is a global application host.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim value As Boolean
value = Me.globalAppHost
Me.globalAppHost = value
Syntax
'Declaration
Protected Property globalAppHost As Boolean
protected bool globalAppHost { get; set; }
protected:
property bool globalAppHost {
bool get ();
void set (bool value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
protected boolean get_globalAppHost ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
protected void set_globalAppHost (boolean value)
CompilerGeneratedAttribute
protected function get globalAppHost () : boolean
CompilerGeneratedAttribute
protected function set globalAppHost (value : boolean)
Property Value
Type: Boolean
True if the application is a global application host, 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
ApplicationHost Class
ApplicationHost Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.