add_data_item


Description:

public void add_data_item (string key, string item)

Establishes a relationship between key and item internally in the setting which may be retrieved later.

Should not be used to store passwords or other secrets, which is what add_secret is for.

Parameters:

this

the SettingVPN

key

a name that uniquely identifies the given value item

item

the value to be referenced by key