Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
    serverId As Guid, _
    rev As Integer, _
    mapping As String _
)
public SyncMapping(
    Guid serverId,
    int rev,
    string mapping
)
public:
SyncMapping(
    Guid serverId, 
    int rev, 
    String^ mapping
)
new : 
        serverId:Guid * 
        rev:int * 
        mapping:string -> SyncMapping
public function SyncMapping(
    serverId : Guid, 
    rev : int, 
    mapping : String
)
Parameters
- serverId
 Type: System.Guid
- rev
 Type: System.Int32
- mapping
 Type: System.String
.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.