Aracılığıyla paylaş


StringHttpBody.ContentType Özellik

Gövde içerik türünü gösteren bir değeri 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
    Set
public string ContentType { get; set; }
public:
virtual property String^ ContentType {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract ContentType : string with get, set
override ContentType : string with get, set
final function get ContentType () : String
final function set ContentType (value : String)

Özellik Değeri

Tür: System.String
İçerik türü gövdesi.

Yüklenen

IHttpBody.ContentType

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

StringHttpBody Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı