Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / deserializing Field


In This Topic
    deserializing Field (PSObject)
    In This Topic
    Specifies whether the container is saving to XML.
    Syntax
    'Declaration
     
    
    Protected deserializing As Boolean
    'Usage
     
    
    Dim instance As PSObject
    Dim value As Boolean
     
    value = instance.deserializing
     
    instance.deserializing = value
    protected bool deserializing
    See Also