Partilhar via


Método SyncService.GetSyncProperty

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

Sintaxe

'Declaração
<WebMethodAttribute> _
Public Function GetSyncProperty ( _
    serverId As Guid, _
    name As String _
) As SyncProperty
[WebMethodAttribute]
public SyncProperty GetSyncProperty(
    Guid serverId,
    string name
)

Parâmetros

Valor de retorno

Tipo: Microsoft.TeamFoundation.Integration.Server.SyncProperty
Retorna SyncProperty.

Segurança do .NET Framework

Consulte também

Referência

SyncService Classe

Namespace Microsoft.TeamFoundation.Integration.Server