command class : TypeName getter
Description
Returns the type name.
Syntax
instance.TypeName
Arguments
None.
Return value
Class | Description |
string | The type name. |
Sample code
1: | command instance = new command(); |
2: | string typename = instance.TypeName; |
Notes
Returns "command".
Links for reference
None.