SyncService.SaveSyncProperty Method
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub SaveSyncProperty ( _
serverId As Guid, _
baselineRev As Integer, _
name As String, _
value As String _
)
[WebMethodAttribute]
public void SaveSyncProperty(
Guid serverId,
int baselineRev,
string name,
string value
)
[WebMethodAttribute]
public:
void SaveSyncProperty(
Guid serverId,
int baselineRev,
String^ name,
String^ value
)
[<WebMethodAttribute>]
member SaveSyncProperty :
serverId:Guid *
baselineRev:int *
name:string *
value:string -> unit
public function SaveSyncProperty(
serverId : Guid,
baselineRev : int,
name : String,
value : String
)
Parameters
- serverId
Type: System.Guid
- baselineRev
Type: System.Int32
- name
Type: System.String
- value
Type: System.String
.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.