ITestRunBase.BuildConfigurationId Property

 

Returns the ID of the build configuration for this run or 0 if no id exists

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

See Also

ITestRunBase Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top