IBuildDetail.BuildFinished Property
Gets a flag indicating whether the build has finished.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
ReadOnly Property BuildFinished As Boolean
bool BuildFinished { get; }
property bool BuildFinished {
bool get ();
}
abstract BuildFinished : bool with get
function get BuildFinished () : boolean
Property Value
Type: System.Boolean
True if the build has finished. False otherwise.
.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.