Udostępnij za pośrednictwem


Właściwość ExtractFormField.Name —

Pobiera lub ustawia nazwę pola, którego wartość ma być wyodrębnione.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Zestaw:  Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Składnia

'Deklaracja
Public Property Name As String
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
member Name : string with get, set
function get Name () : String
function set Name (value : String)

Wartość właściwości

Typ: System.String
Nazwa pola, które ma być wyodrębniony i jego wartość.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ExtractFormField Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting.Rules