Sdílet prostřednictvím


ExtractHtmlTagInnerText.AttributeName – vlastnost

Získá nebo nastaví název atributu.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
Public Property AttributeName As String
    Get
    Set
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)

Hodnota vlastnosti

Typ: System.String
Název atributu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ExtractHtmlTagInnerText Třída

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů