OutputXmlFile Property

MSBuild

Gets or sets the output XML file.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property OutputXmlFile As String
C#
public string OutputXmlFile { get; set; }
C++
public property string OutputXmlFile sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_OutputXmlFile();

/** property */
public void set_OutputXmlFile(string value);
JScript
public function get OutputXmlFile() : String

public function set OutputXmlFile(value : String);

Property Value

The output XML file.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.