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 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