Share via


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

See Also

Reference

TeamProjectCollection Class

Microsoft.TeamFoundation.Framework.Client Namespace