Method ShouldSerializeValue
ShouldSerializeValue(object)
Determines a value indicating whether the value of this property needs to be persisted. Dynamic property values are transient, so they always need to be persisted.
public override bool ShouldSerializeValue(object component)
Parameters
componentobjectThe component with the property to be examined for persistence.