IBuildDetailSpec.Reason Property
Gets or sets the reason for the desired builds.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Property Reason As BuildReason
BuildReason Reason { get; set; }
property BuildReason Reason {
BuildReason get ();
void set (BuildReason value);
}
abstract Reason : BuildReason with get, set
function get Reason () : BuildReason
function set Reason (value : BuildReason)
Property Value
Type: Microsoft.TeamFoundation.Build.Client.BuildReason
The reason for the desired builds.
.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.