SyncMapping.ServerId Property

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

Syntax

'Declaration
Public Property ServerId As Guid
public Guid ServerId { get; set; }
public:
property Guid ServerId {
    Guid get ();
    void set (Guid value);
}
member ServerId : Guid with get, set
function get ServerId () : Guid 
function set ServerId (value : Guid)

Property Value

Type: System.Guid
Returns Guid.

.NET Framework Security

See Also

Reference

SyncMapping Class

Microsoft.TeamFoundation.Integration.Server Namespace