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.
Version specifier. Optional argument used with RequestType.Branch or .Merge.
If specified, the branch/merge is to be started from the given VersionSpec, Otherwise, allow the merge logic to figure it out.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Property VersionSpec As VersionSpec
public VersionSpec VersionSpec { get; set; }
public:
property VersionSpec^ VersionSpec {
VersionSpec^ get ();
void set (VersionSpec^ value);
}
member VersionSpec : VersionSpec with get, set
function get VersionSpec () : VersionSpec
function set VersionSpec (value : VersionSpec)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Server.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.