Partilhar via


Propriedade FileUploadParameter.FileUploadName

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

Sintaxe

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

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

FileUploadParameter Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting