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
- serverId
Tipo: System.Guid
- baselineRev
Tipo: System.Int32
- name
Tipo: System.String
- value
Tipo: System.String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.