PackageNeutralClass.SuppressConfigurationWarnings Property

Definition

Gets or sets a value that indicates whether the warnings generated by configurations are suppressed.

public:
 virtual property bool SuppressConfigurationWarnings { bool get(); void set(bool value); };
public virtual bool SuppressConfigurationWarnings { get; set; }
member this.SuppressConfigurationWarnings : bool with get, set
Public Overridable Property SuppressConfigurationWarnings As Boolean

Property Value

true if the warnings generated by configurations are suppressed; otherwise, false.

Implements

Remarks

For more information, see Package.

Applies to