Partager via


FileUploadParameter.ContentType, propriété

Obtient ou définit l'en-tête de type de contenu.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Public Property ContentType As String
    Get
    Set
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)

Valeur de propriété

Type : System.String
En-tête de type de contenu.La valeur par défaut est « application/octet-stream ».

Sécurité .NET Framework

Voir aussi

Référence

FileUploadParameter Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms