PackageClass.EnableConfigurations Property

Definition

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

For more information, see Package.

Applies to