SyncProperty.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
- 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.