ManagementPackItem Class

Definition

Provides the base class used for an item in a management pack.

public ref class ManagementPackItem abstract : Microsoft::EnterpriseManagement::Configuration::Extension
[System.Serializable]
public abstract class ManagementPackItem : Microsoft.EnterpriseManagement.Configuration.Extension
type ManagementPackItem = class
    inherit Extension
Public MustInherit Class ManagementPackItem
Inherits Extension
Inheritance
ManagementPackItem
Derived
Attributes

Properties

HostManagementPack

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

Gets the management pack store.

(Inherited from Extension)
Id

Gets the ID for the item.

Identifier

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

Gets the extension identifier.

(Inherited from Extension)
InstanceName

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

Gets the instance name of extensions.

(Inherited from Extension)
LastModified

Gets the time (UTC time) when the item was last modified.

ManagementPackId

Gets the management pack identifier.

memberstatus

Gets or sets the status of this item.

Status

Gets the current status of the item.

TimeAdded

Gets the time (UTC time) when the item was created.

XmlTag

Gets the XML element tag that is defined by this type.

Methods

Equals(Object)

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

Overrides the Equals method.

(Inherited from Extension)
GetArrayField<T>(String)

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

Gets the array field.

(Inherited from Extension)
GetField<T>(String)

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

Gets the field.

(Inherited from Extension)
GetHashCode()

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

Overrides the GetHashCode method.

(Inherited from Extension)
GetManagementPack()

Gets the management pack that this item is a part of.

PostProcessChange(ManagementPack)

Completes any post-processing work. This method is called after changes to the management pack have been successfully applied.

Reconnect(ManagementPack)

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

Reconnects the ManagementPackElement after deserialization.

(Inherited from Extension)
SetField<T>(String, T)

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

Sets the field.

(Inherited from Extension)
ToString()

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

Overrides the ToString method.

(Inherited from Extension)
UpdateCollection<T>(ManagementPackItemCollection<T>)

Updates the collection of management pack items.

Verify(VerificationContext)

Verifies the management pack item using the verification context.

Applies to