VCActiveXReference.AssemblyName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the name of the assembly.
public:
property System::String ^ AssemblyName { System::String ^ get(); };
public:
property Platform::String ^ AssemblyName { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(2018)]
public string AssemblyName { [System.Runtime.InteropServices.DispId(2018)] get; }
[<System.Runtime.InteropServices.DispId(2018)>]
[<get: System.Runtime.InteropServices.DispId(2018)>]
member this.AssemblyName : string
Public ReadOnly Property AssemblyName As String
Property Value
The name of the assembly.
Implements
- Attributes
Remarks
In the integrated development environment (IDE), the assembly name can be viewed and changed through the project's property pages dialog box.
The assembly name is a short, friendly name for an assembly. The assembly name, assembly version, originator key, and locale are used by the common language runtime to uniquely identify an assembly during binding.