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.
Build flavor such as '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: String
.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.