LoadTestContext.IsLocalRun Property

Gets a value that indicates whether the test was run locally or remotely.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntax

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

Property Value

Type: System.Boolean
true if the test was run locally; otherwise, false.

.NET Framework Security

See Also

Reference

LoadTestContext Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace