ShouldSerialize Method (Border)
In This Topic
Indicates whether any property of this object has changed from its default value.
Syntax
'Declaration
Public Function ShouldSerialize() As Boolean
public bool ShouldSerialize()
Return Value
Return true if any object has changed from its default value, false otherwise.
See Also