Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.