VersionControlFolderDifference.TargetVersionSpec Property

Get the target version spec.

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

Syntax

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

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
version spec or null

.NET Framework Security

See Also

Reference

VersionControlFolderDifference Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace