ShouldSerialize Method (CompatibilityOptions)
Gets a value indicating whether any properties on the current object have non-default values.
'Declaration
Public Function ShouldSerialize() As Boolean
public bool ShouldSerialize()
Return Value
true if any property on the current object has non-default value, false otherwise.