ValidationAction.PropertyName (Propiedad)

Obtiene o establece el nombre de la propiedad que se valida.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Common
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Common (en Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxis

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

Valor de propiedad

Tipo: System.String
El nombre de la propiedad.

Comentarios

Al establecer esta propiedad se produce el evento PropertyChanged.

Seguridad de .NET Framework

Vea también

Referencia

ValidationAction Clase

Microsoft.VisualStudio.TestTools.UITest.Common (Espacio de nombres)

PropertyChanged