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