SerializeValue Property (Tag)
In This Topic
Gets or sets a value indicating whether the
Tag.Value of the current tag should be serialized. The default is
true.
Syntax
'Declaration
Public Property SerializeValue As Boolean
public bool SerializeValue {get; set;}
See Also