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