ConnectedServicesWebService.DoesConnectedServiceExist Method

Checks if a connected service exists anywhere in the collection, if user has full permissions in specified project

Namespace:  Microsoft.TeamFoundation.Server.Core.WebServices
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function DoesConnectedServiceExist ( _
    name As String, _
    teamProject As String _
) As Boolean
[WebMethodAttribute]
public bool DoesConnectedServiceExist(
    string name,
    string teamProject
)
[WebMethodAttribute]
public:
bool DoesConnectedServiceExist(
    String^ name, 
    String^ teamProject
)
[<WebMethodAttribute>]
member DoesConnectedServiceExist : 
        name:string * 
        teamProject:string -> bool
public function DoesConnectedServiceExist(
    name : String, 
    teamProject : String
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ConnectedServicesWebService Class

Microsoft.TeamFoundation.Server.Core.WebServices Namespace