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.
Deletes the build label
Namespace: Microsoft.TeamFoundation.Build.Server.Rest
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<HttpDeleteAttribute> _
Public Sub DeleteLabel ( _
buildId As Integer _
)
[HttpDeleteAttribute]
public void DeleteLabel(
int buildId
)
[HttpDeleteAttribute]
public:
void DeleteLabel(
int buildId
)
[<HttpDeleteAttribute>]
member DeleteLabel :
buildId:int -> unit
public function DeleteLabel(
buildId : int
)
Parameters
- buildId
Type: System.Int32
.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.