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
- serverId
 Type: System.Guid
Return Value
Type: Microsoft.TeamFoundation.Integration.Server.SyncMapping
Returns SyncMapping.
.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.