CreateTaskList Property

MSBuild

Gets or sets a value indicating if the task list (using UsingTask) has to be genereted.


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

Syntax

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

/** property */
public void set_CreateTaskList(bool value);
JScript
public function get CreateTaskList() : bool

public function set CreateTaskList(value : bool);

See Also

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