Table of Contents

Property DisplayKeys

Namespace
Skyline.DataMiner.Scripting
Assembly
QActionHelperBaseClasses.dll

DisplayKeys

Gets the display keys of all rows in the table.

public string[] DisplayKeys { get; }

Property Value

string[]

The display keys of all the rows in the table.

Remarks

The implementation of this property uses the GetKeys extension method defined in the NotifyProtocol class.