TeamProjectCollection.Id Property
The Id for the collection is generated when the collection is created on the server. This idenitfier will never change unlike any of the other properties.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Id As Guid
public Guid Id { get; }
public:
property Guid Id {
Guid get ();
}
member Id : Guid with get
function get Id () : 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.