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

'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

See Also

Reference

IProcessTemplate Interface

Microsoft.TeamFoundation.Build.Client Namespace