Property: DisplayName for Property <Data>
- Updated2024-09-12
- 1 minute(s) read
Internal Data > Properties > Property: DisplayName for Property <Data>
Property: DisplayName for Property <Data>
Specifies the display name of a property in the script interface for internal data. The display name is the property name that DIAdem displays on the user interface.
Object.DisplayName
Object | Property <Data> Object with this property |
Object.DisplayName | String with read access |
The following example outputs the display name of the first property of the default channel group:
VBScript | Python |
Call MsgBoxDisp (Data.Root.ActiveChannelGroup.Properties(1).DisplayName)