Gets and sets the property MainClass.
The name of the main class in the specified Java file. If not specified, the JAR file should specify a Main-Class in its manifest file.

C# |
public string MainClass { get; set; }
The name of the main class in the specified Java file. If not specified, the JAR file should specify a Main-Class in its manifest file.
C# |
public string MainClass { get; set; }