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
'Usage
Dim instance As LoadTestContext
Dim value As Boolean
value = instance.IsLocalRun
instance.IsLocalRun = value
public bool IsLocalRun { get; internal set; }
public:
property bool IsLocalRun {
bool get ();
void set (bool value);
}
public function get IsLocalRun () : boolean
public function set IsLocalRun (value : boolean)
Property Value
Type: System.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.