ConsoleXslFileName Property

MSBuild

Specifies the XSL or XSLT file that contains a transformation to be applied to the analysis output before it is displayed in the console.


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

Syntax

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

/** property */
public void set_ConsoleXslFileName(string value);
JScript
public function get ConsoleXslFileName() : String

public function set ConsoleXslFileName(value : String);

See Also

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