remove_data_item


Description:

public bool remove_data_item (string key)

Deletes a key/value relationship previously established by add_data_item.

Parameters:

this

the SettingVpn

key

the name of the data item to remove

Returns:

true if the data item was found and removed from the internal list, false if it was not.