Share via


RemotelyManagedComputer.Computer Property

 

Applies To: Operations Manager for System Center 2012

Gets a MonitoringObject that contains the monitoring information for this agentless managed computer.

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

Syntax

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

Property Value

Type: Microsoft.EnterpriseManagement.Monitoring.MonitoringObject

Returns a MonitoringObject that contains the monitoring information for this agentless managed computer.

See Also

RemotelyManagedComputer Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top