SuppressMessageAttribute.Justification プロパティ

定義

コード分析メッセージを抑制する理由を取得または設定します。

public:
 property System::String ^ Justification { System::String ^ get(); void set(System::String ^ value); };
public string Justification { get; set; }
member this.Justification : string with get, set
Public Property Justification As String

プロパティ値

メッセージを抑制するための正当な理由。

適用対象