次の方法で共有


ValidationError.ErrorText プロパティ

定義

このインスタンスのエラー テキストを取得します。

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

プロパティ値

String

このインスタンスのエラー テキストです。

適用対象