Method GetPrimaryKey
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
GetPrimaryKey(string)
Retrieves the primary key that corresponds with the specified display key.
string GetPrimaryKey(string displayKey)
Parameters
displayKey
stringThe display key.
Returns
- string
The primary key that corresponds with the specified display key.
Exceptions
- ArgumentNullException
displayKey
is null.- ElementNotFoundException
The element was not found in the DataMiner System.
- ElementStoppedException
The element is stopped.