TaskListAssemblyFormat Property

MSBuild

Gets or sets a value indicating how the assembly is specified in the UsingTask element.


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

Syntax

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

/** property */
public void set_TaskListAssemblyFormat(string value);
JScript
public function get TaskListAssemblyFormat() : String

public function set TaskListAssemblyFormat(value : String);

See Also

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