Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public Property SourceVersionSpec As VersionSpec
public VersionSpec SourceVersionSpec { get; set; }
public:
property VersionSpec^ SourceVersionSpec {
VersionSpec^ get ();
void set (VersionSpec^ value);
}
member SourceVersionSpec : VersionSpec with get, set
function get SourceVersionSpec () : VersionSpec
function set SourceVersionSpec (value : VersionSpec)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.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
VersionControlFolderDifferenceExt.VersionControlFolderDifferenceParams Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace