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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.