Share via


ManagementPackConfigurationGroup.ReadAttributes Method

Definition

Reads the attributes from this management pack configuration group element.

protected public:
 override void ReadAttributes(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ mp, System::Xml::XmlReader ^ reader);
protected internal override void ReadAttributes (Microsoft.EnterpriseManagement.Configuration.ManagementPack mp, System.Xml.XmlReader reader);
override this.ReadAttributes : Microsoft.EnterpriseManagement.Configuration.ManagementPack * System.Xml.XmlReader -> unit
Protected Friend Overrides Sub ReadAttributes (mp As ManagementPack, reader As XmlReader)

Parameters

mp
ManagementPack

The management pack configuration group to read the attributes from.

reader
XmlReader

The XML reader to read this management pack configuration group element.

Applies to