Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / ShouldSerializeName Method


In This Topic
    ShouldSerializeName Method (PSObject)
    In This Topic
    Determines if the name of the object should be serialized.
    Syntax
    'Declaration
     
    
    Public Overridable Function ShouldSerializeName() As Boolean
    'Usage
     
    
    Dim instance As PSObject
    Dim value As Boolean
     
    value = instance.ShouldSerializeName()
    public virtual bool ShouldSerializeName()
    See Also