Share via


ComputerHealthService.HostedHealthService Property

 

Applies To: Operations Manager for System Center 2012

Gets a MonitoringObject that represents the health service.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public MonitoringObject HostedHealthService { get; }
public:
property MonitoringObject^ HostedHealthService {
    MonitoringObject^ get();
}
member HostedHealthService : MonitoringObject with get
Public ReadOnly Property HostedHealthService As MonitoringObject

Property Value

Type: Microsoft.EnterpriseManagement.Monitoring.MonitoringObject

Returns a MonitoringObject that represents the health service.

See Also

ComputerHealthService Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top