Compartilhar via


Método ConnectedServicesWebService.DoesConnectedServiceExist

Verifica se um serviço conectado existir em qualquer lugar na coleção, se o usuário tem permissões completas no projeto especificado

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

Sintaxe

'Declaração
<WebMethodAttribute> _
Public Function DoesConnectedServiceExist ( _
    name As String, _
    teamProject As String _
) As Boolean
[WebMethodAttribute]
public bool DoesConnectedServiceExist(
    string name,
    string teamProject
)

Parâmetros

Valor de retorno

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ConnectedServicesWebService Classe

Namespace Microsoft.TeamFoundation.Server.Core.WebServices