Share via


VCActiveXReference.AssemblyName Property

Gets or sets the name of the assembly.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
ReadOnly Property AssemblyName As String
string AssemblyName { get; }
property String^ AssemblyName {
    String^ get ();
}
abstract AssemblyName : string with get
function get AssemblyName () : String

Property Value

Type: String
The name of the assembly.

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.

.NET Framework Security

See Also

Reference

VCActiveXReference Interface

Microsoft.VisualStudio.VCProjectEngine Namespace