ManagementPackFolderItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a management pack element that is defined by the ManagementPackFolderItem complex type. This type defines a folder item that adds a management pack element to a defined folder.
public ref class ManagementPackFolderItem : Microsoft::EnterpriseManagement::Configuration::ManagementPackElementInfo
[System.Serializable]
public class ManagementPackFolderItem : Microsoft.EnterpriseManagement.Configuration.ManagementPackElementInfo
type ManagementPackFolderItem = class
inherit ManagementPackElementInfo
Public Class ManagementPackFolderItem
Inherits ManagementPackElementInfo
- Inheritance
- Attributes
Constructors
ManagementPackFolderItem(ManagementPack, String, ManagementPackElement, ManagementPackElementReference<ManagementPackFolder>) |
Initializes a new ManagementPackFolderItem object by using a management pack, a string identifier, a management pack element, and a reference to the folder. |
ManagementPackFolderItem(ManagementPackElement, ManagementPackElementReference<ManagementPackFolder>) |
Initializes a new ManagementPackFolderItem object by using a management pack element and a reference to the folder. |
ManagementPackFolderItem(String, ManagementPackElement, ManagementPackElementReference<ManagementPackFolder>) |
Initializes a new ManagementPackFolderItem object by using a string identifier, a management pack element, and a reference to the folder. |
Properties
ElementReference |
Gets a reference to the management pack element. (Inherited from ManagementPackElementInfo) |
Folder |
Gets or sets the reference to the folder in which to add the management pack element. |
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 an ID for the management pack element information. (Inherited from ManagementPackElementInfo) |
Identifier |
Gets the identifier of the management pack element info. (Inherited from ManagementPackElementInfo) |
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. (Inherited from ManagementPackItem) |
ManagementGroup |
Gets the management group. (Inherited from ManagementPackElementInfo) |
ManagementGroupId |
Gets the management group ID. (Inherited from ManagementPackElementInfo) |
ManagementPackId |
Gets the management pack identifier. (Inherited from ManagementPackItem) |
memberstatus |
Gets or sets the status of this item. (Inherited from ManagementPackItem) |
Name |
Gets or sets the name of this management pack element. |
Status |
Gets the current status of the item. (Inherited from ManagementPackItem) |
SubElementName |
Gets the name of the child element to this management pack element. (Inherited from ManagementPackElementInfo) |
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. |
Methods
AddIdentityString(StringBuilder) |
Adds a unique identity string to this object. |
AddPendingChange() |
Adds this object to the list of objects being changed for the host management pack. (Inherited from ManagementPackElementInfo) |
Equals(Object) |
Determines whether this object equals the specified object. (Inherited from ManagementPackElementInfo) |
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() |
Gets the hash code for this object. (Inherited from ManagementPackElementInfo) |
GetManagementPack() |
Gets the management pack that contains this object. (Inherited from ManagementPackElementInfo) |
PostProcessChange(ManagementPack) |
Completes any post-processing work. This method is called after changes to the management pack have been successfully applied. (Inherited from ManagementPackItem) |
ReadAttributes(ManagementPack, XmlReader) |
Reads the attributes from this management pack element. |
ReadElements(ManagementPack, XmlReader) |
Reads the child elements from this management pack element. |
Reconnect(EnterpriseManagementGroup) |
Reconnects to a management pack object after this object has been disconnected. (Inherited from ManagementPackElementInfo) |
Reconnect(ManagementPack) |
Reconnects to a management pack object after this object has been disconnected. |
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() |
Returns the name of the management pack element that this object contains information about. (Inherited from ManagementPackElementInfo) |
UpdateCollection<T>(ManagementPackItemCollection<T>) |
Updates the collection of management pack items. (Inherited from ManagementPackItem) |
Verify(VerificationContext) |
Verifies a management pack folder item using the verification context. |
WriteAttributes(ManagementPack, XmlWriter) |
Writes the attributes of this management pack element. |
WriteElements(ManagementPack, XmlWriter) |
Writes the child elements to this management pack element. |