ValidationAttribute.ErrorMessage 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定錯誤訊息,此錯誤訊息會在驗證失敗時與驗證控制項產生關聯。
public:
property System::String ^ ErrorMessage { System::String ^ get(); void set(System::String ^ value); };
public string ErrorMessage { get; set; }
public string? ErrorMessage { get; set; }
member this.ErrorMessage : string with get, set
Public Property ErrorMessage As String
屬性值
與驗證控制項相關聯的錯誤訊息。
備註
這個屬性是您與驗證控件相關聯的錯誤訊息。 它用於非本地化的錯誤訊息。