Share via


RequestOffering.PresentationMappingTemplateNested Constructor

Definition

Initializes a new instance of the RequestOffering.PresentationMappingTemplateNested class by using the management pack and name parameters.

public:
 PresentationMappingTemplateNested(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ managementPack, System::String ^ name);
public PresentationMappingTemplateNested (Microsoft.EnterpriseManagement.Configuration.ManagementPack managementPack, string name);
new Microsoft.EnterpriseManagement.Configuration.RequestOffering.PresentationMappingTemplateNested : Microsoft.EnterpriseManagement.Configuration.ManagementPack * string -> Microsoft.EnterpriseManagement.Configuration.RequestOffering.PresentationMappingTemplateNested
Public Sub New (managementPack As ManagementPack, name As String)

Parameters

managementPack
ManagementPack

The management pack that this element belongs to.

name
String

The local name for the element.

Applies to