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 reason of the build to which the retention policy applies.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Property BuildReason As BuildReason
BuildReason BuildReason { get; set; }
property BuildReason BuildReason {
BuildReason get ();
void set (BuildReason value);
}
abstract BuildReason : BuildReason with get, set
function get BuildReason () : BuildReason
function set BuildReason (value : BuildReason)
Property Value
Type: Microsoft.TeamFoundation.Build.Client.BuildReason
The reason of the build to which the retention policy applies.
.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.