ManagementPackOfferingType Constructor
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new instance for the ManagementPackOfferingType class by using a specified management pack and a specified string.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim mp As ManagementPack
Dim name As String
Dim instance As New ManagementPackOfferingType(mp, name)
Syntax
'Declaration
Public Sub New ( _
mp As ManagementPack, _
name As String _
)
public ManagementPackOfferingType (
ManagementPack mp,
string name
)
public:
ManagementPackOfferingType (
ManagementPack^ mp,
String^ name
)
public ManagementPackOfferingType (
ManagementPack mp,
String name
)
public function ManagementPackOfferingType (
mp : ManagementPack,
name : String
)
Parameters
- mp
The management pack that this element type is in.
- name
The local name for the management pack element.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ManagementPackOfferingType Class
ManagementPackOfferingType Members
Microsoft.EnterpriseManagement.Configuration Namespace