Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FileUploadParameter::GenerateUniqueName Property

 

Gets or sets a Boolean value to indicate whether to generate a unique file name for the uploaded file.

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

public:
property bool GenerateUniqueName {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if a unique name must be generated for the uploaded file; otherwise false.

Return to top
Show: