BuildDetail2010.KeepForever Property

Gets a value indicating whether this build is included in retention policy calculations.

Namespace:  Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, Direction := ClientPropertySerialization.ServerToClientOnly)> _
Public Property KeepForever As Boolean
[ClientPropertyAttribute(ClientVisibility.Public, Direction = ClientPropertySerialization.ServerToClientOnly)]
public bool KeepForever { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, Direction = ClientPropertySerialization::ServerToClientOnly)]
public:
property bool KeepForever {
    bool get ();
    void set (bool value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, Direction = ClientPropertySerialization.ServerToClientOnly)>]
member KeepForever : bool with get, set
function get KeepForever () : boolean 
function set KeepForever (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

BuildDetail2010 Class

Microsoft.TeamFoundation.Build.Server.Compatibility Namespace