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
- serverId
 Type: System.Guid
Return Value
Type: array<Microsoft.TeamFoundation.Integration.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.