SyncService.GetSyncProperties Method

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

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

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

SyncService Class

Microsoft.TeamFoundation.Integration.Server Namespace