SyncService.SaveSyncProperty Method

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

Syntax

'Declaration
<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
)
[WebMethodAttribute]
public:
void SaveSyncProperty(
    Guid serverId, 
    int baselineRev, 
    String^ name, 
    String^ value
)
[<WebMethodAttribute>]
member SaveSyncProperty : 
        serverId:Guid * 
        baselineRev:int * 
        name:string * 
        value:string -> unit
public function SaveSyncProperty(
    serverId : Guid, 
    baselineRev : int, 
    name : String, 
    value : String
)

Parameters

.NET Framework Security

See Also

Reference

SyncService Class

Microsoft.TeamFoundation.Integration.Server Namespace