Aracılığıyla paylaş


BinaryHttpBody.ContentType Özellik

Alır veya bu veri içerik türünü ayarlar.

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
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: String
Veri türü içerik.

Yüklenen

IHttpBody.ContentType

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

BinaryHttpBody Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı