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