VersionControlFolderDifference.SourceVersionSpec Property
Get the source version spec.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public ReadOnly Property SourceVersionSpec As VersionSpec
public VersionSpec SourceVersionSpec { get; }
public:
property VersionSpec^ SourceVersionSpec {
VersionSpec^ get ();
}
member SourceVersionSpec : VersionSpec with get
function get SourceVersionSpec () : VersionSpec
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
version spec or null
.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
VersionControlFolderDifference Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace