Share via


ISyncService.GetSyncProperty Method

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Function GetSyncProperty ( _
    serverId As Guid, _
    name As String _
) As SyncProperty
SyncProperty GetSyncProperty(
    Guid serverId,
    string name
)
SyncProperty^ GetSyncProperty(
    Guid serverId, 
    String^ name
)
abstract GetSyncProperty : 
        serverId:Guid * 
        name:string -> SyncProperty
function GetSyncProperty(
    serverId : Guid, 
    name : String
) : SyncProperty

Parameters

Return Value

Type: Microsoft.TeamFoundation.Server.SyncProperty
Returns SyncProperty.

.NET Framework Security

See Also

Reference

ISyncService Interface

Microsoft.TeamFoundation.Server Namespace