GenerateClass Property

MSBuild

Gets or sets a value indicating whether to generate the ThisAssmebly class.


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

Syntax

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

/** property */
public void set_GenerateClass(bool value);
JScript
public function get GenerateClass() : bool

public function set GenerateClass(value : bool);

See Also

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