Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This is set to true when this getoperation is telling the caller that they are acting on the latest version of this item.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Property IsLatest As Boolean
public bool IsLatest { get; set; }
public:
property bool IsLatest {
bool get ();
void set (bool value);
}
member IsLatest : bool with get, set
function get IsLatest () : boolean
function set IsLatest (value : boolean)
Property Value
Type: System.Boolean
Returns 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.