TeamProjectCollection.State Property

This is the current state of the project collection.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

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

Property Value

Type: Microsoft.TeamFoundation.Framework.Common.TeamFoundationServiceHostStatus
Returns TeamFoundationServiceHostStatus.

.NET Framework Security

See Also

Reference

TeamProjectCollection Class

Microsoft.TeamFoundation.Framework.Client Namespace