Share via


GetOperation.IsLatest Property

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
Public Property IsLatest As Boolean
'Usage
Dim instance As GetOperation 
Dim value As Boolean 

value = instance.IsLatest

instance.IsLatest = value
public bool IsLatest { get; set; }
public:
property bool IsLatest {
    bool get ();
    void set (bool value);
}
public function get IsLatest () : boolean 
public function set IsLatest (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

GetOperation Class

GetOperation Members

Microsoft.TeamFoundation.VersionControl.Server Namespace