←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly