ConnectedServicesWebService.DeleteConnectedService Method
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub DeleteConnectedService ( _
name As String, _
teamProject As String _
)
[WebMethodAttribute]
public void DeleteConnectedService(
string name,
string teamProject
)
[WebMethodAttribute]
public:
void DeleteConnectedService(
String^ name,
String^ teamProject
)
[<WebMethodAttribute>]
member DeleteConnectedService :
name:string *
teamProject:string -> unit
public function DeleteConnectedService(
name : String,
teamProject : String
)
Parameters
- name
Type: System.String
- teamProject
Type: System.String
.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
ConnectedServicesWebService Class
Microsoft.TeamFoundation.Framework.Server.Alm.WebServices Namespace