Share via


SyncProperty Constructor (Guid, Int32, String, String)

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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

.NET Framework Security

See Also

Reference

SyncProperty Class

SyncProperty Overload

Microsoft.TeamFoundation.Integration.Server Namespace