Defines the abstract base class for all Management Pack elements.
The following tables list the members exposed by the ManagementPackElement type.
Protected
Constructors
| Name | Description | |
|---|---|---|
| ManagementPackElement | Overloaded. Initializes a new ManagementPackElement object. |
Public Properties
(see also Protected
Properties)
| Name | Description | |
|---|---|---|
|
Comment | Gets the optional comment associated with this Management Pack element. |
|
Description | Gets or sets the description of the Management Pack element. |
|
DisplayName | Gets or sets the display name of the Management Pack element. |
|
Id | Overridden. Gets the GUID identifier of the Management Pack element. |
|
LanguageCode | Gets or sets the default three-letter language code for this Management Pack element, which is used to specify the language for the description and display name of the element. |
|
LastModified | Gets the time (UTC time) when the item was last modified. (inherited from ManagementPackItem) |
|
Name | Gets the name of this Management Pack element. |
|
Status | Gets the current status of the item. (inherited from ManagementPackItem) |
|
TimeAdded | Gets the time (UTC time) when the item was created. (inherited from ManagementPackItem) |
|
XmlTag | Gets the XML element tag that is defined by this type. (inherited from ManagementPackItem) |
Protected
Properties
| Name | Description | |
|---|---|---|
|
memberstatus | Gets or sets the status of this item. (inherited from ManagementPackItem) |
Public Methods
(see also Protected Methods)
| Name | Description | |
|---|---|---|
|
Equals | Overloaded. Overridden. Determines whether this object equals the specified object. |
|
GetDisplayString | Overloaded. Gets the display string for this Management Pack element in the specified culture. |
|
GetFolders | Gets the collection of Management Pack folders associated with this Management Pack element. |
|
GetHashCode | Overridden. Gets the hash code for this object. |
|
GetImageReferences | Gets the images associated with this Management Pack element. |
|
GetKnowledgeArticle | Overloaded. Gets the knowledge article for this Management Pack element. |
|
GetManagementPack | Overridden. Gets the Management Pack that this object is defined in. |
|
GetType | (inherited from Object) |
|
Reconnect | Overridden. Reconnects to a Management Pack object after this object has been disconnected. |
![]()
|
ReferenceEquals | (inherited from Object) |
|
ToString | Overridden. Gets the name of this Management Pack element. |
|
WriteXml | Serializes the Management Pack element as XML. |
Protected
Methods
| Name | Description | |
|---|---|---|
|
Finalize | (inherited from Object) |
|
MemberwiseClone | (inherited from Object) |
|
PostProcessChange | (inherited from ManagementPackItem) |
|
ReadAttributes | Reads the attributes from this Management Pack element. |
|
ReadElements | Reads the child elements from this Management Pack element. |
|
UpdateCollection | (inherited from ManagementPackItem) |
|
WriteAttributes | Writes the attributes of this Management Pack element. |
|
WriteElements | Writes the child elements to this Management Pack element. |
See Also
Send comments about this topic to Microsoft.

