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

此实例的错误文本。

适用于