Aracılığıyla paylaş


WebTestRequest.Method Özellik

Alır veya istek için kullanılacak yöntemini ayarlar.

Ad alanı:  Microsoft.VisualStudio.TestTools.WebTesting
Derleme:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)

Sözdizimi

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

Özellik Değeri

Tür: System.String
İstek için kullanılan yöntem."get" varsayılan değerdir.

Açıklamalar

Bu değer ya da "get" olabilir veya "post".

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTestRequest Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı