Sets the value for the specified option.

void SetOptionValue( 
string categoryKey
string optionKey
object value 
)

Parameters

categoryKey

Type: string

The unique identifier for this category of options.

optionKey

Type: string

The identifier for this option, which must be unique within the category.

value

Type: object

The value to set.