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
public bool SkipIsDefault {get; set;}
See Also