EnterpriseManagementGroup.Overrides Property

Definition

Gets an interface that enables you to access the overrides in the Service Manager store. An override is used to customize default settings that are defined in a management pack.

public:
 property Microsoft::EnterpriseManagement::IOverridesManagement ^ Overrides { Microsoft::EnterpriseManagement::IOverridesManagement ^ get(); };
public Microsoft.EnterpriseManagement.IOverridesManagement Overrides { get; }
member this.Overrides : Microsoft.EnterpriseManagement.IOverridesManagement
Public ReadOnly Property Overrides As IOverridesManagement

Property Value

The overrides manager.

Remarks

You can create an override for a property or configuration parameter for a monitor, rule, discovery object, recovery object, or a diagnostic object. A property override changes the default value of a class property, whereas a configuration override changes the default value of a custom configuration setting for a class.

Applies to