Workstation.GetLatestOnCheckout Property
Gets or sets a flag that describes whether to get the latest version of an item on checkout.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Декларация
Public Property GetLatestOnCheckout As Boolean
Get
Set
public bool GetLatestOnCheckout { get; set; }
public:
property bool GetLatestOnCheckout {
bool get ();
void set (bool value);
}
member GetLatestOnCheckout : bool with get, set
function get GetLatestOnCheckout () : boolean
function set GetLatestOnCheckout (value : boolean)
Property Value
Type: System.Boolean
True to get the latest version on checkout; otherwise, false.
.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.