IBuildDetail.KeepForever Property
Gets or sets a property to specify whether the build is kept according to the build definition retention policy, or if it should be kept forever.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Property KeepForever As Boolean
'Usage
Dim instance As IBuildDetail
Dim value As Boolean
value = instance.KeepForever
instance.KeepForever = value
bool KeepForever { get; set; }
property bool KeepForever {
bool get ();
void set (bool value);
}
function get KeepForever () : boolean
function set KeepForever (value : boolean)
Property Value
Type: System.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.