ShouldSerializeText Method
ShouldSerializeText()
Indicates whether the Text has a default value.
Declaration
protected bool ShouldSerializeText()
Protected Function ShouldSerializeText() As Boolean
Returns
| Type |
Description |
| bool |
True if the Text has no default value; otherwise, it is false.
|