Table of Contents

Method MapToDisplay

Namespace
Skyline.DataMiner.Net.Messages
Assembly
SLNetTypes.dll

MapToDisplay(string)

Retrieves the display key that corresponds with the specified primary key.

public string MapToDisplay(string key)

Parameters

key string

The primary key.

Returns

string

The display key that corresponds with the specified primary key or null if Indices does not contain an entry with a primary key that equals key.