VCReference::AssemblyName Property

 

Gets the assembly name for this project.

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

property String^ AssemblyName {
	String^ get();
}

Property Value

Type: System::String^

String containing the project's assembly name.

Return to top
Show: