Share via


ComputerHealthService.HostComputer Property

 

Applies To: Operations Manager for System Center 2012

Gets a MonitoringObject that represents the Windows computer on which the health service is running.

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

Syntax

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

Property Value

Type: Microsoft.EnterpriseManagement.Monitoring.MonitoringObject

Returns a MonitoringObject that represents the Windows computer on which the health service is running.

See Also

ComputerHealthService Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top