Aracılığıyla paylaş


FileUploadParameter.ContentType Özellik

Alır veya içerik türü üstbilgisini 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:
property String^ ContentType {
    String^ get ();
    void set (String^ value);
}
member ContentType : string with get, set
function get ContentType () : String
function set ContentType (value : String)

Özellik Değeri

Tür: System.String
İçerik türü üstbilgisi."Application/octet-stream" varsayılan değerdir.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

FileUploadParameter Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı