Difference between revisions of "MemberInfo.Name"
From Xojo Documentation
(→Sample Code) |
|||
Line 5: | Line 5: | ||
| scope=public | | scope=public | ||
| type=[[String]] | | type=[[String]] | ||
+ | | readonly=yes | ||
| platform=all | | platform=all | ||
}} | }} |
Latest revision as of 18:54, 14 July 2020
Read-Only Property (As String )
The name of the item. This is only the class name. To get the full namespace path, use FullName instead.
Sample Code
This code gets the list of properties for the passed type instance.