ValidationEventArgs.Message 属性

定义

获取与验证事件对应的文本说明。

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

属性值

String

文本说明。

适用于