TeamFoundationServiceHostInstance.Status Property

The service host's per-process state. (Not necessarily its global state.)

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

TeamFoundationServiceHostInstance Class

Microsoft.TeamFoundation.Framework.Server Namespace