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