This documentation is archived and is not being maintained.
VersionControlServer.DeleteLabel Method
Visual Studio 2013
Deletes the label with the specified name and scope.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Parameters
- labelName
- Type: System.String
The name of the label to delete.
- labelScope
- Type: System.String
The repository path representing the scope at which the label is defined.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.LabelResult[]Results of the label operation.
- 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.
Show: