Partilhar via


Propriedade FileUploadParameter.ContentType

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:
property String^ ContentType {
    String^ get ();
    void set (String^ value);
}
member ContentType : string with get, set
function get ContentType () : String 
function set ContentType (value : String)

Valor de propriedade

Tipo: String

Segurança do .NET Framework

Consulte também

Referência

FileUploadParameter Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting