Method InternalSetValue
InternalSetValue(String)
Abstract method to actually set the value of the property
Declaration
protected abstract void InternalSetValue(string value)
Parameters
protected abstract void InternalSetValue(string value)
String | value | value to set on the property |
Remarks
Implementations should handle value conversion to the proper target type via a Type converter. This includes converting to the element type of a generic collection.