Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function GetSyncProperty ( _
    serverId As Guid, _
    name As String _
) As SyncProperty
SyncProperty GetSyncProperty(
    Guid serverId,
    string name
)
SyncProperty^ GetSyncProperty(
    Guid serverId, 
    String^ name
)
abstract GetSyncProperty : 
        serverId:Guid * 
        name:string -> SyncProperty
function GetSyncProperty(
    serverId : Guid, 
    name : String
) : SyncProperty
Parameters
- serverId
 Type: System.Guid
- name
 Type: System.String
Return Value
Type: 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.