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
string AssemblyName { get; }
property String^ AssemblyName {
    String^ get ();
}
abstract AssemblyName : string with get
function get AssemblyName () : String

Property Value

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

.NET Framework Security

See Also

Reference

VCProjectReference Interface

Microsoft.VisualStudio.VCProjectEngine Namespace