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
'Usage
Dim instance As VCProjectReference 
Dim value As String 

value = instance.AssemblyName
string AssemblyName { get; }
property String^ AssemblyName {
    String^ get ();
}
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

VCProjectReference Members

AssemblyName Overload

Microsoft.VisualStudio.VCProjectEngine Namespace