Partilhar via


Propriedade BinaryHttpBody.ContentType

Obtém ou define o tipo de conteúdo desses dados.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String
Tipo de conteúdo de dados.

Implementações

IHttpBody.ContentType

Segurança do .NET Framework

Consulte também

Referência

BinaryHttpBody Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting