Abstract.ClassName Method | |
Retrieves the name of the class an object belongs to.
Namespace:
XSharp.XPP
Assembly:
XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax METHOD ClassName() AS STRING
public string ClassName()
Request Example
View SourceReturn Value
Type:
StringThe method returns a character string representing the name of a class.
See Also