SyncService.GetSyncMapping Method

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetSyncMapping ( _
    serverId As Guid _
) As SyncMapping
[WebMethodAttribute]
public SyncMapping GetSyncMapping(
    Guid serverId
)
[WebMethodAttribute]
public:
SyncMapping^ GetSyncMapping(
    Guid serverId
)
[<WebMethodAttribute>]
member GetSyncMapping : 
        serverId:Guid -> SyncMapping
public function GetSyncMapping(
    serverId : Guid
) : SyncMapping

Parameters

Return Value

Type: Microsoft.TeamFoundation.Integration.Server.SyncMapping
Returns SyncMapping.

.NET Framework Security

See Also

Reference

SyncService Class

Microsoft.TeamFoundation.Integration.Server Namespace