Share via


VersionControlHistory.VersionFrom Property

Get the version from for this history tool window.

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

Syntax

'Declaration
Public ReadOnly Property VersionFrom As VersionSpec
public VersionSpec VersionFrom { get; }
public:
property VersionSpec^ VersionFrom {
    VersionSpec^ get ();
}
member VersionFrom : VersionSpec with get
function get VersionFrom () : VersionSpec

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
Returns VersionSpec.

.NET Framework Security

See Also

Reference

VersionControlHistory Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace