Propriedade ValidationEventArgs.IsValid

Obtém ou define um valor indicando se a solicitação passa a validação.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
Public Property IsValid As Boolean
    Get
    Set
public bool IsValid { get; set; }
public:
property bool IsValid {
    bool get ();
    void set (bool value);
}
member IsValid : bool with get, set
function get IsValid () : boolean
function set IsValid (value : boolean)

Valor de propriedade

Tipo: System.Boolean
true Se a solicitação passa a validação; Caso contrário, false.

Comentários

Se o manipulador de eventos lança uma exceção não tratada, IsValid será automaticamente definido como false.

Segurança do .NET Framework

Consulte também

Referência

ValidationEventArgs Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting