add_s390_option


Description:

public bool add_s390_option (string key, string value)

Add an option to the table.

The option is compared to an internal list of allowed options. Key names may contain only alphanumeric characters (ie [a-zA-Z0-9]). Adding a new key replaces any existing key/value pair that may already exist.

Parameters:

this

the SettingWired

key

key name for the option

value

value for the option

Returns:

true if the option was valid and was added to the internal option list, false if it was not.