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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace