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 or sets the valid build reasons that are supported by this build process template.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Property SupportedReasons As BuildReason
BuildReason SupportedReasons { get; set; }
property BuildReason SupportedReasons {
BuildReason get ();
void set (BuildReason value);
}
abstract SupportedReasons : BuildReason with get, set
function get SupportedReasons () : BuildReason
function set SupportedReasons (value : BuildReason)
Property Value
Type: Microsoft.TeamFoundation.Build.Client.BuildReason
The valid build reasons that are supported by this build process template.
.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.