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
- 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.
See Also
Reference
Microsoft.TeamFoundation.Build.Controls.Extensibility Namespace