C1.AspNetCore.Mvc Assembly / 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 Boolean
 
See Also