VCXDCMakeTool::OutputDocumentFile Property

 

Sets or gets the output document file name.

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

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

Property Value

Type: System::String^

String containing the doc file name.

Return to top
Show: