Spread Windows Forms 12.0 Product Documentation
CanSerializeXml Property (ICanSerializeXml)


FarPoint.Win Assembly > FarPoint.Win Namespace > ICanSerializeXml Interface : CanSerializeXml Property
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 can serialize XML entirely; false otherwise
See Also

Reference

ICanSerializeXml Interface
ICanSerializeXml Members