TeamFoundationServiceHost.Status Property

Gets the current status of the service host.

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; protected internal set; }
public:
property TeamFoundationServiceHostStatus Status {
    TeamFoundationServiceHostStatus get ();
    protected public: 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

TeamFoundationServiceHost Class

Microsoft.TeamFoundation.Framework.Server Namespace