ApplyOutXsl Property

MSBuild

Applies the XSL transformation specified in /outXsl to the analysis report before saving the file.


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

Syntax

Visual Basic (Declaration)
Public Property ApplyOutXsl As Boolean
C#
public bool ApplyOutXsl { get; set; }
C++
public property bool ApplyOutXsl sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_ApplyOutXsl();

/** property */
public void set_ApplyOutXsl(bool value);
JScript
public function get ApplyOutXsl() : bool

public function set ApplyOutXsl(value : bool);

See Also

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