Share via


FileUploadParameter.UseGuids Property

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

Syntax

'Declaration
Public Property UseGuids As Boolean
public bool UseGuids { get; set; }
public:
property bool UseGuids {
    bool get ();
    void set (bool value);
}
member UseGuids : bool with get, set
function get UseGuids () : boolean 
function set UseGuids (value : boolean)

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

FileUploadParameter Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace