Share via


ManagementPackTemplate.Implementation Property

Definition

Gets or sets the code-based implementation for the template.

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPackTemplateSection ^ Implementation { Microsoft::EnterpriseManagement::Configuration::ManagementPackTemplateSection ^ get(); void set(Microsoft::EnterpriseManagement::Configuration::ManagementPackTemplateSection ^ value); };
public Microsoft.EnterpriseManagement.Configuration.ManagementPackTemplateSection Implementation { get; set; }
member this.Implementation : Microsoft.EnterpriseManagement.Configuration.ManagementPackTemplateSection with get, set
Public Property Implementation As ManagementPackTemplateSection

Property Value

A ManagementPackTemplateSection object.

The code-based implementation for the template.

Applies to