PartialAgentManagedComputer.HealthServiceId Property
Applies To: Operations Manager for System Center 2012
Gets the identifier for the health service that monitors the computer.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public Guid HealthServiceId { get; }
public:
property Guid HealthServiceId {
Guid get();
}
member HealthServiceId : Guid with get
Public ReadOnly Property HealthServiceId As Guid
Property Value
Type: System.Guid
Returns a Guid for the health service that monitors the computer..
See Also
PartialAgentManagedComputer Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top