Share via


ISyncService.GetSyncProperties Method

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

Syntax

'Declaration
Function GetSyncProperties ( _
    serverId As Guid _
) As SyncProperty()
SyncProperty[] GetSyncProperties(
    Guid serverId
)
array<SyncProperty^>^ GetSyncProperties(
    Guid serverId
)
abstract GetSyncProperties : 
        serverId:Guid -> SyncProperty[] 
function GetSyncProperties(
    serverId : Guid
) : SyncProperty[]

Parameters

Return Value

Type: array<Microsoft.TeamFoundation.Server.SyncProperty[]
Returns SyncProperty.

.NET Framework Security

See Also

Reference

ISyncService Interface

Microsoft.TeamFoundation.Server Namespace