TestCaseResultIdentifier.TestRunId Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets or sets the ID for the test run.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Property TestRunId As Integer
public int TestRunId { get; set; }
public:
virtual property int TestRunId {
int get () sealed;
void set (int value) sealed;
}
abstract TestRunId : int with get, set
override TestRunId : int with get, set
final function get TestRunId () : int
final function set TestRunId (value : int)
Property Value
Type: Int32
The ID for the test run.
Implements
ITestCaseResultIdentifier.TestRunId
.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.