TestRunContextEvent.TestRunId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the id of this test run.
public:
property int TestRunId { int get(); };
public:
property int TestRunId { int get(); };
public int TestRunId { get; }
member this.TestRunId : int
Public ReadOnly Property TestRunId As Integer