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
- serverId
 Type: System.Guid
Return Value
Type: array<Microsoft.TeamFoundation.Server.SyncProperty[]
Returns SyncProperty.
.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.