BuildProcessBuilder.SupportedReasons Property

Gets or sets the build reason(s) for which this build process is valid.

Namespace:  Microsoft.TeamFoundation.Build.Workflow
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Property SupportedReasons As BuildReason
public BuildReason SupportedReasons { get; set; }
public:
property BuildReason SupportedReasons {
    BuildReason get ();
    void set (BuildReason value);
}
member SupportedReasons : BuildReason with get, set
function get SupportedReasons () : BuildReason 
function set SupportedReasons (value : BuildReason)

Property Value

Type: Microsoft.TeamFoundation.Build.Client.BuildReason
The build reason(s) for which this build process is valid.

.NET Framework Security

See Also

Reference

BuildProcessBuilder Class

Microsoft.TeamFoundation.Build.Workflow Namespace