Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
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
)
public:
SyncProperty(
    Guid serverId, 
    int rev, 
    String^ name, 
    String^ value
)
new : 
        serverId:Guid * 
        rev:int * 
        name:string * 
        value:string -> SyncProperty
public function SyncProperty(
    serverId : Guid, 
    rev : int, 
    name : String, 
    value : String
)
Parameters
- serverId
 Type: System.Guid
- rev
 Type: System.Int32
- name
 Type: System.String
- value
 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.