Construtor SyncProperty (Guid, Int32, String, String)
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (em Microsoft.TeamFoundation.Server.Core.dll)
Sintaxe
'Declaração
Public Sub New ( _
serverId As Guid, _
rev As Integer, _
name As String, _
value As String _
)
public SyncProperty(
Guid serverId,
int rev,
string name,
string value
)
Parâmetros
- serverId
Tipo: System.Guid
- rev
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.