Share via


ConflictInformation.VersionFrom Property

The version that this item conflicts with.

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

Syntax

'Declaration
Public Property VersionFrom As Integer
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
Returns Int32.

.NET Framework Security

See Also

Reference

ConflictInformation Class

Microsoft.TeamFoundation.VersionControl.Server Namespace