ASP.NET Core MVC Controls | ComponentOne
C1.JsonNet Namespace / JsonSetting Class / SkipIsDefault Property






In This Topic
    SkipIsDefault Property
    In This Topic
    Gets or sets a value indicates how to serialize or deserialize the default value. If True, the default value will not be serialized or deserialized. Otherwise, it will be serialized or deserialized.
    Syntax
    'Declaration
     
    
    Public Property SkipIsDefault As System.Boolean
    'Usage
     
    
    Dim instance As JsonSetting
    Dim value As System.Boolean
     
    instance.SkipIsDefault = value
     
    value = instance.SkipIsDefault
    public System.bool SkipIsDefault {get; set;}
    public read-write property SkipIsDefault: System.Boolean; 
    public function get,set SkipIsDefault : System.boolean
    public: __property System.bool get_SkipIsDefault();
    public: __property void set_SkipIsDefault( 
       System.bool value
    );
    public:
    property System.bool SkipIsDefault {
       System.bool get();
       void set (    System.bool value);
    }
    See Also