This documentation is archived and is not being maintained.

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)

property BuildReason SupportedReasons {
	BuildReason get ();
	void set (BuildReason value);
}

Property Value

Type: Microsoft.TeamFoundation.Build.Client::BuildReason
The valid build reasons that are supported by this build process template.

Show: