PackageRemote64Class.EnableConfigurations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the package loads configurations.
public:
virtual property bool EnableConfigurations { bool get(); void set(bool value); };
public virtual bool EnableConfigurations { get; set; }
member this.EnableConfigurations : bool with get, set
Public Overridable Property EnableConfigurations As Boolean
Property Value
true if the package loads configurations; otherwise, false.
Implements
Remarks
If this property is set to false
, the persisted values in the package will be used, rather than overwritten by the loaded configurations.