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
声明
Public Property SupportedReasons As BuildReason
Get
Set
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.