Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ICanSerializeXml Interface / CanSerializeXml Property


In This Topic
CanSerializeXml Property (ICanSerializeXml)
In This Topic
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
See Also