[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Initializes a new ManagementPackAssemblyResource object. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim mp As ManagementPack
Dim identifier As String
Dim access As ManagementPackAccessibility

Dim instance As New ManagementPackAssemblyResource(mp, identifier, access)

Syntax

Visual Basic
Public Sub New ( _
		mp As ManagementPack, _
		identifier As String, _
		access As ManagementPackAccessibility _
)
C#
public ManagementPackAssemblyResource (
		ManagementPack mp,
		string identifier,
		ManagementPackAccessibility access
)
C++
public:
ManagementPackAssemblyResource (
		ManagementPack^ mp, 
		String^ identifier, 
		ManagementPackAccessibility access
)
J#
public ManagementPackAssemblyResource (
		ManagementPack mp, 
		String identifier, 
		ManagementPackAccessibility access
)
JScript
public function ManagementPackAssemblyResource (
		mp : ManagementPack, 
		identifier : String, 
		access : ManagementPackAccessibility
)

Parameters

mp

The management pack.

identifier

A string identifier for this management pack element.

access

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

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also