IProcessTemplate.SupportedReasons Property
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
'Declaração
Property SupportedReasons As BuildReason
Get
Set
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.