In This Topic
Gets a value indicates whether to serialize or deserialize the default value.
Syntax
'Declaration
Public ReadOnly Property SkipIfDefault As System.Nullable(Of Boolean)
'Usage
Dim instance As JsonAttribute
Dim value As System.Nullable(Of Boolean)
value = instance.SkipIfDefault
public System.Nullable<bool> SkipIfDefault {get;}
public read-only property SkipIfDefault: System.Nullable;
public function get SkipIfDefault : System.Nullable
public: __property System.Nullable<bool> get_SkipIfDefault();
public:
property System.Nullable<bool> SkipIfDefault {
System.Nullable<bool> get();
}
See Also