Partilhar via


Método SyncService.SaveSyncProperty

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

Sintaxe

'Declaração
<WebMethodAttribute> _
Public Sub SaveSyncProperty ( _
    serverId As Guid, _
    baselineRev As Integer, _
    name As String, _
    value As String _
)
[WebMethodAttribute]
public void SaveSyncProperty(
    Guid serverId,
    int baselineRev,
    string name,
    string value
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

SyncService Classe

Namespace Microsoft.TeamFoundation.Integration.Server