SyncProperty Constructor (Guid, Int32, String, String)
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub New ( _
serverId As Guid, _
rev As Integer, _
name As String, _
value As String _
)
public SyncProperty(
Guid serverId,
int rev,
string name,
string value
)
public:
SyncProperty(
Guid serverId,
int rev,
String^ name,
String^ value
)
new :
serverId:Guid *
rev:int *
name:string *
value:string -> SyncProperty
public function SyncProperty(
serverId : Guid,
rev : int,
name : String,
value : String
)
Parameters
- serverId
Type: System.Guid
- rev
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.