Share via


ManagementPackModuleType.Managed Property

Definition

Gets or sets the managed code implementation for this module type.

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

Property Value

A ManagementPackManagedImplementation object.

The managed code implementation for this module type.

Applies to