Table of Contents

Method GetDisplayKey

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

GetDisplayKey(string)

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

string GetDisplayKey(string primaryKey)

Parameters

primaryKey string

The primary key.

Returns

string

The display key that corresponds with the specified primary key.

Exceptions

ArgumentNullException

primaryKey is null.

ElementNotFoundException

The element was not found in the DataMiner System.

ElementStoppedException

The element is stopped.