Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / StyleInfo Class / CanSerializeXml Property
Example


In This Topic
    CanSerializeXml Property (StyleInfo)
    In This Topic
    Gets whether the object in its entirety can be rendered with XML without losing any information.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property CanSerializeXml As Boolean
    'Usage
     
    
    Dim instance As StyleInfo
    Dim value As Boolean
     
    value = instance.CanSerializeXml
    public virtual bool CanSerializeXml {get;}

    Property Value

    Boolean: true if the style can be persisted; false otherwise
    Remarks
    This property is available at run time only.
    Example
    This example returns a value indicating whether the style can be persisted in XML.
    See Also