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: System.Boolean
true if the Web performance test is being run in the context of a new user; otherwise, false.

.NET Framework Security

See Also

Reference

WebTestContext Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace