ManagementPackUIPageReferenceSubElement(ManagementPackElement, String) Constructor
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.
Initializes a new ManagementPackUIPageReferenceSubElement object by using a management pack element and a string identifier.
public:
ManagementPackUIPageReferenceSubElement(Microsoft::EnterpriseManagement::Configuration::ManagementPackElement ^ element, System::String ^ identifier);
public ManagementPackUIPageReferenceSubElement (Microsoft.EnterpriseManagement.Configuration.ManagementPackElement element, string identifier);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackUIPageReferenceSubElement : Microsoft.EnterpriseManagement.Configuration.ManagementPackElement * string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackUIPageReferenceSubElement
Public Sub New (element As ManagementPackElement, identifier As String)
Parameters
- element
- ManagementPackElement
The management pack element that defines this element.
- identifier
- String
A string identifier for this management pack element type.