Share via


IBuildConfiguration.BuildFlavor Property

 

Gets the flavor of the build.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

string BuildFlavor { get; }
property String^ BuildFlavor {
    String^ get();
}
abstract BuildFlavor : string with get
ReadOnly Property BuildFlavor As String

Property Value

Type: System.String

A string that indicates the flavor, such as "Release" or "Debug".

See Also

IBuildConfiguration Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top