Share via


ComputerHealthService.InstallTime Property

 

Applies To: Operations Manager for System Center 2012

Gets the time at which the health service was installed.

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

Syntax

public DateTime InstallTime { get; }
public:
property DateTime InstallTime {
    DateTime get();
}
member InstallTime : DateTime with get
Public ReadOnly Property InstallTime As Date

Property Value

Type: System.DateTime

Returns a DateTime that contains the time at which the health service was installed.

See Also

ComputerHealthService Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top