Defines the base abstract class for an item in a Management Pack.

The following tables list the members exposed by the ManagementPackItem type.

Public Properties (see also Protected Properties)

  Name Description
public property Id Gets the GUID identifier for the item.
public property LastModified Gets the time (UTC time) when the item was last modified.
public property Status Gets the current status of the item.
public property TimeAdded Gets the time (UTC time) when the item was created.
public property XmlTag Gets the XML element tag that is defined by this type.
Top

Protected Properties

  Name Description
protected property memberstatus Gets or sets the status of this item.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  Overloaded. (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetManagementPack Gets the Management Pack that this item is a part of.
public method GetType  (inherited from Object)
public method Reconnect Reconnects this object to the specified Management Pack after this object was disconnected.
public methodstatic ReferenceEquals  (inherited from Object)
public method ToString  (inherited from Object)
Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)
protected method PostProcessChange This method is called after changes to the Management Pack have been successfully applied. Any post-processing work is completed in this method.
protected method UpdateCollection Updates the collection of Management Pack items.
Top

See Also


Send comments about this topic to Microsoft.