Share via


ManagementPackEnumeration Constructor

Definition

Initializes a new ManagementPackEnumeration object by using a management pack, a string identifier, and a management pack accessibility.

public:
 ManagementPackEnumeration(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ mp, System::String ^ identifier, Microsoft::EnterpriseManagement::Configuration::ManagementPackAccessibility access);
public ManagementPackEnumeration (Microsoft.EnterpriseManagement.Configuration.ManagementPack mp, string identifier, Microsoft.EnterpriseManagement.Configuration.ManagementPackAccessibility access);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackEnumeration : Microsoft.EnterpriseManagement.Configuration.ManagementPack * string * Microsoft.EnterpriseManagement.Configuration.ManagementPackAccessibility -> Microsoft.EnterpriseManagement.Configuration.ManagementPackEnumeration
Public Sub New (mp As ManagementPack, identifier As String, access As ManagementPackAccessibility)

Parameters

mp
ManagementPack

The management pack.

identifier
String

A string identifier for this management pack.

access
ManagementPackAccessibility

Determines whether the management pack type is visible to other management packs outside of the specified management pack.

Applies to