[]
When overridden in a derived class, determines a value that indicates whether the value of this property needs to be persisted.
public override bool ShouldSerializeValue(object component)
Public Overrides Function ShouldSerializeValue(component As Object) As Boolean
Type | Name | Description |
---|---|---|
object | component | Component with the property to be examined for persistence |
Type | Description |
---|---|
bool | true if the property should be persisted; otherwise, false. |