ProjectSettings#
This class provides access to the project settings.
property Author
#
Gets the project author's name.
Returns#
Type | Description |
---|---|
string | The project author's name. |
property CreationDate
#
Gets the project creation date.
Returns#
Type | Description |
---|---|
string | The project creation date. |
property FilePath
#
Gets the path of the project file.
Returns#
Type | Description |
---|---|
string | The path of the project file. |
property Name
#
Gets the project's name.
property Version
#
Gets the project's version.
Returns#
Type | Description |
---|---|
string | The project's version. |