IsEmpty Property (IJsonEmptiable)
                In This Topic
            
            Gets value that indicates if the object is empty or not. If object is empty than it will be skipped during the serialization process.
            
            
            Syntax
            
            
            
            
            'Declaration
 
ReadOnly Property IsEmpty As System.Boolean
             
        
            
            System.bool IsEmpty {get;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also