VerificationAttribute.Message プロパティ

定義

アクセシビリティのチェックポイントの検証規則が true の場合に、メッセージ文字列を取得します。

public:
 property System::String ^ Message { System::String ^ get(); };
public string Message { get; }
member this.Message : string
Public ReadOnly Property Message As String

プロパティ値

エラー文字列。

注釈

プロパティは Message 、インスタンスの作成時に VerificationAttribute 設定され、必須です。

適用対象

こちらもご覧ください