Compartir a través de


FileUploadParameter.FileUploadName (Propiedad)

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

Sintaxis

'Declaración
Public Property FileUploadName As String
public string FileUploadName { get; set; }
public:
property String^ FileUploadName {
    String^ get ();
    void set (String^ value);
}
member FileUploadName : string with get, set
function get FileUploadName () : String
function set FileUploadName (value : String)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

FileUploadParameter Clase

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