MemberInfo.Name
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Property (As String )
aMemberInfo.Name = newStringValue
or
StringValue = aMemberInfo.Name
Supported for all project types and targets.
or
StringValue = aMemberInfo.Name
Supported for all project types and targets.
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.