Partager via


StringHttpBody.ContentType, propriété

Obtient une valeur représentant le type de contenu du corps.

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:
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)

Valeur de propriété

Type : System.String
Type de contenu du corps.

Implémentations

IHttpBody.ContentType

Sécurité .NET Framework

Voir aussi

Référence

StringHttpBody Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms