Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the build configuration ID for this test run.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
int BuildConfigurationId { get; }
property int BuildConfigurationId {
int get();
}
abstract BuildConfigurationId : int with get
ReadOnly Property BuildConfigurationId As Integer
Property Value
Type: System.Int32
The build configuration ID for this test run, or zero if no build configuration exists.
Implements
ITestRunBase.BuildConfigurationId
See Also
ITestRun Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top