Click or drag to resize
Sandcastle Help File BuilderDynamicReadOnlyPropertyDescriptorShouldSerializeValue Method
When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public override bool ShouldSerializeValue(
	Object component
)

Parameters

component
Type: SystemObject
The component with the property to be examined for persistence.

Return Value

Type: Boolean
true if the property should be persisted; otherwise, false.
See Also