ConflictInformation.VersionFrom Property

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

Syntax

声明
Public Property VersionFrom As Integer
    Get
    Set
public int VersionFrom { get; set; }
public:
property int VersionFrom {
    int get ();
    void set (int value);
}
member VersionFrom : int with get, set
function get VersionFrom () : int
function set VersionFrom (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ConflictInformation Class

Microsoft.TeamFoundation.VersionControl.Server Namespace