TeamProjectCollection.State Property
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
.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.