Gets or sets a name used for the class.
Declaration
public string ClassName { get; set; }
Property Value
Type |
Description |
string |
A string value indicating the name of the class.
|
CodeClass codeClass = new CodeClass();
codeClass.ClassName = "MyClassName";