Aracılığıyla paylaş


WebTestRequest.ContentType Özellik

İstek içerik türünü alır.

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

Sözdizimi

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

Özellik Değeri

Tür: System.String

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTestRequest Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı