Gets and sets the destination page action for the bookmark.
public int ActionPageNumber {get; set;}
public: __property int get_ActionPageNumber();
public: __property void set_ActionPageNumber(
int value
);
public:
property int ActionPageNumber {
int get();
void set ( int value);
}
'Declaration
Public Property ActionPageNumber As Integer
'Usage
Dim instance As BookmarkContext
Dim value As Integer
instance.ActionPageNumber = value
value = instance.ActionPageNumber
Property Value
An integer which represents the destination page action.