Share via


AppInitStringBase.Dynamic Property

Definition

Gets or sets a Boolean value that specifies whether the application is dynamic.

public:
 property bool Dynamic { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(true)]
public bool Dynamic { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.Dynamic : bool with get, set
Public Property Dynamic As Boolean

Property Value

True if the application is dynamic; otherwise, false.

Attributes

Applies to