[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Indicates whether the value of this property should be persisted.

Namespace: net.esper.events.property
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overrides Function ShouldSerializeValue ( _
	component As Object _
) As Boolean
C#
public override bool ShouldSerializeValue (
	Object component
)
Visual C++
public:
virtual bool ShouldSerializeValue (
	Object^ component
) override

Parameters

component
System.Object

Return Value