Applies To: Operations Manager for System Center 2012
Gets a value that indicates whether the health service was manually installed or automatically installed by a Management Server.
Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public bool ManuallyInstalled { get; }
public:
property bool ManuallyInstalled {
    bool get();
}
member ManuallyInstalled : bool with get
Public ReadOnly Property ManuallyInstalled As Boolean
Property Value
Type: System.Boolean
Returns a Boolean whose value is true if the health service was manually installed, and false otherwise.
See Also
ComputerHealthService Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top