SyncService.GetSyncProperty Method
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
- serverId
Type: System.Guid
- name
Type: System.String
Return Value
Type: 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.