AppInitStringBase.Dynamic Property
Gets or sets a Boolean value that specifies whether the application is dynamic.
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.Dynamic
instance.Dynamic = value
Syntax
'Declaration
<DefaultValueAttribute(False)> _
<CategoryAttribute("Dynamic")> _
<DisplayNameAttribute("Application is Dynamic")> _
<DescriptionAttribute("Is application dynamic?")> _
<BrowsableAttribute(True)> _
Public Property Dynamic As Boolean
[DefaultValueAttribute(false)]
[CategoryAttribute("Dynamic")]
[DisplayNameAttribute("Application is Dynamic")]
[DescriptionAttribute("Is application dynamic?")]
[BrowsableAttribute(true)]
public bool Dynamic { get; set; }
[DefaultValueAttribute(false)]
[CategoryAttribute(L"Dynamic")]
[DisplayNameAttribute(L"Application is Dynamic")]
[DescriptionAttribute(L"Is application dynamic?")]
[BrowsableAttribute(true)]
public:
property bool Dynamic {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_Dynamic ()
/** @property */
public void set_Dynamic (boolean value)
public function get Dynamic () : boolean
public function set Dynamic (value : boolean)
Property Value
Type: Boolean
True if the application is dynamic; 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.