Share via


VCProjectReference.AssemblyName Property

Gets the assembly name for this project.

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

Syntax

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

Property Value

Type: System.String
String containing the project's assembly name.

Implements

VCReference.AssemblyName

.NET Framework Security

See Also

Reference

VCProjectReference Interface

AssemblyName Overload

Microsoft.VisualStudio.VCProjectEngine Namespace