Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / AggregationDataModel Class / CanSerializeXml Property


In This Topic
    CanSerializeXml Property (AggregationDataModel)
    In This Topic
    Gets a value that indicates whether the specified AggregationDataModel object can serialize to XML.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CanSerializeXml As Boolean
    'Usage
     
    
    Dim instance As AggregationDataModel
    Dim value As Boolean
     
    value = instance.CanSerializeXml
    public bool CanSerializeXml {get;}
    See Also