Condividi tramite


Proprietà FileUploadParameter.ContentType

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

FileUploadParameter Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting