Sdílet prostřednictvím


ValidateHtmlSelectTag.SelectTagName – vlastnost

Získá nebo nastaví název vybraného tagu.

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

Syntaxe

'Deklarace
Public Property SelectTagName As String
    Get
    Set
public string SelectTagName { get; set; }
public:
property String^ SelectTagName {
    String^ get ();
    void set (String^ value);
}
member SelectTagName : string with get, set
function get SelectTagName () : String
function set SelectTagName (value : String)

Hodnota vlastnosti

Typ: System.String
Název vybraného tagu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ValidateHtmlSelectTag Třída

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