Annotation.Version Property

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

Syntax

'宣言
Public Property Version As Integer
    Get
    Set
public int Version { get; set; }
public:
property int Version {
    int get ();
    void set (int value);
}
member Version : int with get, set
function get Version () : int
function set Version (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

Annotation Class

Microsoft.TeamFoundation.VersionControl.Server Namespace