The Literal Bookmarks property specifies whether bookmarks can be compared as a sequence of bytes.
object.Properties("Literal Bookmarks") [= value]
object
Expression that evaluates to an object in the Applies To list.
value
Boolean that indicates whether bookmarks can be compared as a sequence of bytes, as specified in Settings
Value | Description |
---|---|
True | Bookmarks can be compared literally. That is, they can be compared as a sequence of bytes. |
False | Bookmarks cannot be compared literally. |
adBoolean
Read/write
DBPROP_LITERALBOOKMARKS
Setting the value of this property to True automatically sets the value of Use BookMarks to True.