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