ShouldSerializeX Method
ShouldSerializeX()
Tests whether the X property should be serialized.
Declaration
protected virtual bool ShouldSerializeX()
Protected Overridable Function ShouldSerializeX() As Boolean
Returns
| Type |
Description |
| bool |
True if the property should be serialized, false otherwise.
|