Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function GetSyncMapping ( _
    serverId As Guid _
) As SyncMapping
SyncMapping GetSyncMapping(
    Guid serverId
)
SyncMapping^ GetSyncMapping(
    Guid serverId
)
abstract GetSyncMapping : 
        serverId:Guid -> SyncMapping
function GetSyncMapping(
    serverId : Guid
) : SyncMapping
Parameters
- serverId
 Type: System.Guid
Return Value
Type: Microsoft.TeamFoundation.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.