BaseValidator.IsValid Właściwość

Definicja

Pobiera lub ustawia wartość wskazującą, czy dane zweryfikowane przez kontrolkę są prawidłowe. Wartość domyślna to true. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

public:
 property bool IsValid { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool IsValid { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.IsValid : bool with get, set
Public Property IsValid As Boolean

Wartość właściwości

true jeśli dane zweryfikowane przez kontrolkę są prawidłowe; w przeciwnym razie , false.

Implementuje

Atrybuty

Dotyczy

Zobacz też