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
- 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.