次の方法で共有


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

See Also

Reference

Workstation Class

Microsoft.TeamFoundation.VersionControl.Client Namespace