AppInitStringBase.Global Property
Gets or sets a Boolean value that specifies whether the application is global.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As AppInitStringBase
Dim value As Boolean
value = instance.Global
instance.Global = value
Syntax
'Declaration
<BrowsableAttribute(True)> _
<CategoryAttribute("Common Properties")> _
<DefaultValueAttribute(False)> _
<DisplayNameAttribute("Application is Global")> _
<DescriptionAttribute("Is application global-scoped?")> _
Public Property Global As Boolean
[BrowsableAttribute(true)]
[CategoryAttribute("Common Properties")]
[DefaultValueAttribute(false)]
[DisplayNameAttribute("Application is Global")]
[DescriptionAttribute("Is application global-scoped?")]
public bool Global { get; set; }
[BrowsableAttribute(true)]
[CategoryAttribute(L"Common Properties")]
[DefaultValueAttribute(false)]
[DisplayNameAttribute(L"Application is Global")]
[DescriptionAttribute(L"Is application global-scoped?")]
public:
property bool Global {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_Global ()
/** @property */
public void set_Global (boolean value)
public function get Global () : boolean
public function set Global (value : boolean)
Property Value
Type: Boolean
True if the application is global; 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
AppInitStringBase Class
AppInitStringBase Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.