Bookmarkable Property (Remote Data)

       

Returns a value that indicates whether an rdoResultset object supports bookmarks, which you can set using the Bookmark property.

Syntax

object.Bookmarkable

The object placeholder represents an object expression that evaluates to an object in the Applies To list.

Return Values

The Bookmarkable property return values are:

Value Description
True The rdoResultset supports bookmarks.
False The rdoResultset doesn't support bookmarks.

Remarks

To make sure an rdoResultset supports bookmarks, check the Bookmarkable property setting before you attempt to set or check the Bookmark property.