ITestRun.BuildConfigurationId Property
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
'Declaration
ReadOnly Property BuildConfigurationId As Integer
int BuildConfigurationId { get; }
property int BuildConfigurationId {
int get ();
}
abstract BuildConfigurationId : int
function get BuildConfigurationId () : int
Property Value
Type: System.Int32
The build configuration ID for this test run, or zero if no build configuration exists.
.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.