Compartilhar via


Propriedade WebTestRequestHeader.Name

Obtém ou define o nome do cabeçalho da solicitação.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
Public Property Name As String
    Get
    Set
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)

Valor de propriedade

Tipo: System.String
O nome do cabeçalho da solicitação.

Segurança do .NET Framework

Consulte também

Referência

WebTestRequestHeader Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting