Share via


ManagementPackAssemblyResource Constructor

Definition

Initializes a new ManagementPackAssemblyResource object.

public:
 ManagementPackAssemblyResource(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ mp, System::String ^ identifier, Microsoft::EnterpriseManagement::Configuration::ManagementPackAccessibility access);
public ManagementPackAssemblyResource (Microsoft.EnterpriseManagement.Configuration.ManagementPack mp, string identifier, Microsoft.EnterpriseManagement.Configuration.ManagementPackAccessibility access);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackAssemblyResource : Microsoft.EnterpriseManagement.Configuration.ManagementPack * string * Microsoft.EnterpriseManagement.Configuration.ManagementPackAccessibility -> Microsoft.EnterpriseManagement.Configuration.ManagementPackAssemblyResource
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 element.

access
ManagementPackAccessibility

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

Applies to