DIAdem Help

Property: DisplayName for IndexedProperty

  • Updated2024-09-12
  • 1 minute(s) read

Property: DisplayName for IndexedProperty

Specifies in a DataFinder the display name of a Property or custom property.

Object.DisplayName
ObjectIndexedProperty
Object with this property
Object.DisplayNameString with read access

The following example outputs the display name of the CreateTime file property:

VBScriptPython

 

Dim oMyProperties
Set oMyProperties = Navigator.Display.CurrDataFinder.QueryForm.GetIndexedProperties(eSearchFile)
Call MsgBoxDisp(oMyProperties("CreateTime").DisplayName)

Log in to get a better experience