ShouldSerializeText Method
ShouldSerializeText()
Indicates whether the Text property should be serialized.
Declaration
protected bool ShouldSerializeText()
Protected Function ShouldSerializeText() As Boolean
Returns
| Type |
Description |
| bool |
true if Text should be serialized, false otherwise.
|