WebTestContext.IsNewUser Property
Gets a value that indicates whether the Web performance test is being run in the context of a new user of the target Web site.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property IsNewUser As Boolean
public bool IsNewUser { get; internal set; }
public:
property bool IsNewUser {
bool get ();
internal: void set (bool value);
}
member IsNewUser : bool with get, internal set
function get IsNewUser () : boolean
internal function set IsNewUser (value : boolean)
Property Value
Type: Boolean
true if the Web performance test is being run in the context of a new user; otherwise, false.
.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.