You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Classes > SettingContainer Class > SettingContainer Methods > SettingContainer.SetSetting Method
Close
Ofcas.Lk.Api.Client - Version 3.0
SettingContainer.SetSetting Method

Sets a Setting, where the key parameter is a identifier for the setting and the value parameter will be the new value for the setting.

Syntax
C#
public void SetSetting(string key, Object value);
Parameters
Description
string key
This parameter should be on of the constans inWellKnownSettingKeys
Object value
The value should be of a type that corresponds to the setting.
Copyright © 2020. All rights reserved.