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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.