Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the flavor of the build (that is, "Release" or "Debug").
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Property BuildFlavor As String
string BuildFlavor { get; set; }
property String^ BuildFlavor {
String^ get ();
void set (String^ value);
}
abstract BuildFlavor : string with get, set
function get BuildFlavor () : String
function set BuildFlavor (value : String)
Property Value
Type: System.String
The flavor of the build (that is, "Release" or "Debug").
.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.