Share via


ComputerHealthService.Id Property

 

Applies To: Operations Manager for System Center 2012

Gets the health service's globally unique identifier (GUID).

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

Syntax

public Guid Id { get; }
public:
property Guid Id {
    Guid get();
}
member Id : Guid with get
Public ReadOnly Property Id As Guid

Property Value

Type: System.Guid

Returns a Guid that identifies the health service.

See Also

ComputerHealthService Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top