SyncService.GetSyncProperty Method

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetSyncProperty ( _
    serverId As Guid, _
    name As String _
) As SyncProperty
[WebMethodAttribute]
public SyncProperty GetSyncProperty(
    Guid serverId,
    string name
)
[WebMethodAttribute]
public:
SyncProperty^ GetSyncProperty(
    Guid serverId, 
    String^ name
)
[<WebMethodAttribute>]
member GetSyncProperty : 
        serverId:Guid * 
        name:string -> SyncProperty
public function GetSyncProperty(
    serverId : Guid, 
    name : String
) : SyncProperty

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

SyncService Class

Microsoft.TeamFoundation.Integration.Server Namespace