In This Topic
Sets the value of the option with the specified name, creating the option if necessary
Overload List
| Overload | Description |
| SetOptionValue(String,String) |
Sets the value of the option with the specified name, creating the option if necessary
|
| SetOptionValue(String,Nullable<Int32>) |
Sets the value of the option with the specified name, creating the option if necessary
|
| SetOptionValue(String,Nullable<Boolean>) |
Sets the value of the option with the specified name, creating the option if necessary
|
| SetOptionValue<T>(String,Nullable<T>) |
Sets the value of the option with the specified name, creating the option if necessary
|
| SetOptionValue(String,Nullable<DateTime>) |
Sets the value of the option with the specified name, creating the option if necessary
|
See Also