ManagementPackItem Members
Provides the base class used 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 | |
---|---|---|
Id | Gets the ID for the item. | |
LastModified | Gets the time (UTC time) when the item was last modified. | |
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. |
Top
Protected Properties
Name | Description | |
---|---|---|
memberstatus | Gets or sets the status of this item. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetManagementPack | Gets the management pack that this item is a part of. | |
GetType | (inherited from Object) | |
Reconnect | Reconnects this object to the specified management pack after this object was disconnected. | |
ReferenceEquals | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
PostProcessChange | Completes any post-processing work. This method is called after changes to the management pack have been successfully applied. | |
UpdateCollection | Updates the collection of management pack items. |
Top
See Also
Reference
ManagementPackItem Class
Microsoft.EnterpriseManagement.Configuration Namespace