ShouldSerializeValue Method

Summary

When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.

Syntax
C#
VB
C++
public override bool ShouldSerializeValue( 
   object component 
) 
Public Overrides Function ShouldSerializeValue( _ 
   ByVal component As Object _ 
) As Boolean 
public: 
bool ShouldSerializeValue(  
   Object^ component 
) override  

Parameters

component
The component with the property to be examined for persistence.

Return Value

true if the property should be persisted; otherwise, false.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly