ShouldSerializeHeight Method (ListItem)
In This Topic
Shoulds the height of the serialize.
Syntax
'Declaration
Protected Function ShouldSerializeHeight() As Boolean
'Usage
Dim instance As ListItem
Dim value As Boolean
value = instance.ShouldSerializeHeight()
protected bool ShouldSerializeHeight()
See Also