VCManifestTool::AssemblyIdentity Property

 

Sets or gets the assembly identity for the manifest.

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

property String^ AssemblyIdentity {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

String identifying the assembly for the manifest.

Return to top
Show: