Table of Contents

Method GetValue

Namespace
Innova.Rest.Server.Settings
Assembly
Innova.Rest.Server.dll

GetValue<ValueType>(string)

Gets the value of the specified setting key.

public ValueType GetValue<ValueType>(string settingsKey)

Parameters

settingsKey string

The key of the setting.

Returns

ValueType

The value of the setting.

Type Parameters

ValueType

The type of the value.