共用方式為


ValidationError.ErrorText 屬性

定義

取得這個執行個體的錯誤文字。

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

屬性值

這個執行個體的錯誤文字。

適用於