Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
Set
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
- 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.