IQueuedBuild.Reason Property
Gets the reason that the build was queued.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
ReadOnly Property Reason As BuildReason
BuildReason Reason { get; }
property BuildReason Reason {
BuildReason get ();
}
abstract Reason : BuildReason with get
function get Reason () : BuildReason
Property Value
Type: Microsoft.TeamFoundation.Build.Client.BuildReason
The reason that the build was queued.
.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.