Spread for ASP.NET 9.0 Product Documentation
CanSerializeXml Property (ICanSerializeXml)


Gets whether the entire object can be saved to XML and successfully loaded again.
Syntax
'Declaration
 
ReadOnly Property CanSerializeXml As Boolean
'Usage
 
Dim instance As ICanSerializeXml
Dim value As Boolean
 
value = instance.CanSerializeXml
bool CanSerializeXml {get;}

Property Value

true if the entire object can be saved to XML ; false otherwise
Remarks
If this property returns false, the Serialize method can still save the object to XML, but some parts of the object are not saved (namely those that do not implement ISerializeSupport).
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ICanSerializeXml Interface
ICanSerializeXml Members

 

 


Copyright © GrapeCity, inc. All rights reserved.