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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model 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 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).
See Also

Reference

ICanSerializeXml Interface
ICanSerializeXml Members