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 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
- 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.