ToolboxItemWrapper.AssemblyName Property

Definition

Gets or sets the assembly name for the toolbox item.

public:
 property System::String ^ AssemblyName { System::String ^ get(); void set(System::String ^ value); };
public string AssemblyName { get; set; }
member this.AssemblyName : string with get, set
Public Property AssemblyName As String

Property Value

The assembly name.

Exceptions

The assembly name has already been specified and cannot be changed after the corresponding ToolboxItem has been initialized.

Remarks

If the assembly name is changed, an event is raised to indicate that the property value has been changed. The set operation is idempotent: if the assembly name is set to a value that it already has, there is no change.

Applies to