TeamConfiguration.TeamId Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The identifier for the team

Namespace:  Microsoft.TeamFoundation.ProcessConfiguration.Client
Assembly:  Microsoft.TeamFoundation.ProjectManagement (in Microsoft.TeamFoundation.ProjectManagement.dll)

Syntax

'Declaration
Public ReadOnly Property TeamId As Guid
public Guid TeamId { get; }
public:
property Guid TeamId {
    Guid get ();
}
member TeamId : Guid with get
function get TeamId () : Guid

Property Value

Type: System.Guid
Returns Guid.

.NET Framework Security

See Also

Reference

TeamConfiguration Class

Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace