Table of Contents

Method CreateKey

Namespace
Skyline.DataMiner.Automation
Assembly
SLNetTypes.dll

CreateKey(string)

Creates a key by combining the prefix with the specified key.

public static string CreateKey(string key)

Parameters

key string

The key.

Returns

string

The key, which is the combination of the prefix with the specified key.