Method BindValue
BindValue()
Sets the value of the property from Option
Declaration
void BindValue()
BindValue(String)
Sets a value for the property when the option didn't have a value
Declaration
void BindValue(string newValue)
Parameters
void BindValue()
Sets a value for the property when the option didn't have a value
void BindValue(string newValue)
Parameters
String | newValue | New value for the property |
Exceptions
InvalidOperationException | If the Value is non-null or AllowSpaceDelimitedValue is false |