TeamProjectCollectionProperties.State Property

This is the current state of the project collection.

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

Syntax

'Declaration
Public Property State As TeamFoundationServiceHostStatus
public TeamFoundationServiceHostStatus State { get; set; }
public:
property TeamFoundationServiceHostStatus State {
    TeamFoundationServiceHostStatus get ();
    void set (TeamFoundationServiceHostStatus value);
}
member State : TeamFoundationServiceHostStatus with get, set
function get State () : TeamFoundationServiceHostStatus 
function set State (value : TeamFoundationServiceHostStatus)

Property Value

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

.NET Framework Security

See Also

Reference

TeamProjectCollectionProperties Class

Microsoft.TeamFoundation.Framework.Server Namespace