VCXDCMakeTool.OutputDocumentFile Property

Sets or gets the output document file name.

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

Syntax

'Declaration
Property OutputDocumentFile As String
string OutputDocumentFile { get; set; }
property String^ OutputDocumentFile {
    String^ get ();
    void set (String^ value);
}
abstract OutputDocumentFile : string with get, set
function get OutputDocumentFile () : String 
function set OutputDocumentFile (value : String)

Property Value

Type: String
String containing the doc file name.

.NET Framework Security

See Also

Reference

VCXDCMakeTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace