OutputXslFileName Property

MSBuild

Specifies the XSL or XSLT file that is referenced by the xml-stylesheet processing instruction in the analysis report.


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

Syntax

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

/** property */
public void set_OutputXslFileName(string value);
JScript
public function get OutputXslFileName() : String

public function set OutputXslFileName(value : String);

See Also

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