Compartir a través de


ValidateFormField.ExpectedValue (Propiedad)

Obtiene o establece el valor esperado del campo de formulario.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
Public Property ExpectedValue As String
public string ExpectedValue { get; set; }
public:
property String^ ExpectedValue {
    String^ get ();
    void set (String^ value);
}
member ExpectedValue : string with get, set
function get ExpectedValue () : String
function set ExpectedValue (value : String)

Valor de propiedad

Tipo: System.String
El valor esperado del campo de formulario.

Seguridad de .NET Framework

Vea también

Referencia

ValidateFormField Clase

Microsoft.VisualStudio.TestTools.WebTesting.Rules (Espacio de nombres)