Freigeben über


FileUploadParameter.FileUploadName-Eigenschaft

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

Syntax

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

Eigenschaftswert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

FileUploadParameter Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace