Compartir a través de


ExtractHtmlTagInnerText.AttributeName (Propiedad)

Obtiene o establece el nombre del atributo.

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

Sintaxis

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

Valor de propiedad

Tipo: String
Nombre del atributo.

Seguridad de .NET Framework

Vea también

Referencia

ExtractHtmlTagInnerText Clase

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