StringHttpBody.ContentType (Propiedad)

Obtiene un valor que representa el tipo de contenido del cuerpo.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.String
El tipo de contenido del cuerpo.

Implementaciones

IHttpBody.ContentType

Seguridad de .NET Framework

Vea también

Referencia

StringHttpBody Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)