Compartir a través de


UITestPropertyProvider.PropertyName (Propiedad)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Obtiene o establece el nombre de la propiedad asociada.

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

Sintaxis

'Declaración
Protected Friend Property PropertyName As String
protected internal string PropertyName { get; set; }
protected 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 asociada.

Seguridad de .NET Framework

Vea también

Referencia

UITestPropertyProvider Clase

Microsoft.VisualStudio.TestTools.UITesting (Espacio de nombres)