Share via


IBuildModel.KeepForever Property

The KeepForever flag of the build detail This value will return false if the build has not completed.

Namespace:  Microsoft.TeamFoundation.Build.Controls.Extensibility
Assembly:  Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)

Syntax

'Declaration
ReadOnly Property KeepForever As Boolean
bool KeepForever { get; }
property bool KeepForever {
    bool get ();
}
abstract KeepForever : bool with get
function get KeepForever () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

IBuildModel Interface

Microsoft.TeamFoundation.Build.Controls.Extensibility Namespace