ManagementPackOverride Class

System Center

Updated: April 25, 2012

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Defines the abstract base class for overrides in a management pack. Cast an object of this type as one of the derived types to access override information such as the property or configuration setting that is overridden and the value of the override. For a list of derived classes, see the inheritance hierarchy.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

'Usage
Dim instance As ManagementPackOverride

[SerializableAttribute] 
public ref class ManagementPackOverride abstract : public ManagementPackElement
/** @attribute SerializableAttribute() */ 
public abstract class ManagementPackOverride extends ManagementPackElement
SerializableAttribute 
public abstract class ManagementPackOverride extends ManagementPackElement

A management pack contains default settings and thresholds that are set by the vendor of the management pack. These settings represent the vendor's definition of a healthy state for its product. You can use overrides to adjust these default settings and customize them for your network.


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003
 
Show: