Share via


ManagementPackForm.Assembly Property

Definition

Gets or sets the fully qualified name of the assembly that holds the code-based implementation after the code has been built.

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackAssemblyResource ^> ^ Assembly { Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackAssemblyResource ^> ^ get(); void set(Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackAssemblyResource ^> ^ value); };
[Microsoft.EnterpriseManagement.Configuration.CriteriaPropertyMapping("Assembly")]
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackAssemblyResource> Assembly { get; set; }
member this.Assembly : Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackAssemblyResource> with get, set
Public Property Assembly As ManagementPackElementReference(Of ManagementPackAssemblyResource)

Property Value

The fully qualified name of the assembly.

Attributes

Applies to