BaseLocalVersionUpdate.LocalVersion Property

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

Syntax

'Declaration
Public Property LocalVersion As Integer
public int LocalVersion { get; set; }
public:
property int LocalVersion {
    int get ();
    void set (int value);
}
member LocalVersion : int with get, set
function get LocalVersion () : int 
function set LocalVersion (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

BaseLocalVersionUpdate Class

Microsoft.TeamFoundation.VersionControl.Server Namespace