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: Boolean
true if the test was run locally; 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.