言語

PackageRemote64Class.SuppressConfigurationWarnings プロパティ

定義

構成によって生成された警告が抑制されているかどうかを示す値を取得または設定します。

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

プロパティ値

構成によって生成される警告が抑制されている場合は真です。そうでなければ、誤りです。

実装

適用対象