Sdílet prostřednictvím


ValidateHtmlSelectTag.ExpectedSelectedOption – vlastnost

Získá nebo nastaví vybranou možnost.

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

Syntaxe

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

Hodnota vlastnosti

Typ: System.String
Vybrané možnosti.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ValidateHtmlSelectTag Třída

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