VCDirectories::ExecutableDirectories Property

 

Sets or gets directories for executables.

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

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

Property Value

Type: System::String^

String containing names of directories that contain executable code.

Return to top
Show: