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
'Usage
Dim instance As VCXDCMakeTool 
Dim value As String 

value = instance.OutputDocumentFile

instance.OutputDocumentFile = value
string OutputDocumentFile { get; set; }
property String^ OutputDocumentFile {
    String^ get ();
    void set (String^ value);
}
function get OutputDocumentFile () : String 
function set OutputDocumentFile (value : String)

Property Value

Type: System.String
String containing the doc file name.

.NET Framework Security

See Also

Reference

VCXDCMakeTool Interface

VCXDCMakeTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace