ShouldSerializeValue Method (CustomTaskPropertyDescriptor)
In This Topic
Determines a value indicating whether the value of this property needs to be persisted.
Syntax
'Declaration
Public Overrides Function ShouldSerializeValue( _
ByVal As Object _
) As Boolean
public override bool ShouldSerializeValue(
object
)
Parameters
- component
See Also