The name of the main class containing the static entry point.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property MainClass As String |
| C# |
|---|
| public string MainClass { get; set; } |
| C++ |
|---|
| public property string MainClass sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_MainClass(); /** property */ public void set_MainClass(string value); |
| JScript |
|---|
| public function get MainClass() : String public function set MainClass(value : String); |
See Also
Documentation version 1.0.0.0.