Bookmark::Destination property¶
The Destination property returns a Unicode string for the destination of this bookmark. The destination value is based on the Action type of the bookmark.
string Destination { get; set; }
string getDestination() throws IGRException;
void setDestination(string value) throws IGRException;
@property
def Destination(self) -> string:
@property.setter
def Destination(self, value: string)
std::wstring getDestination() const;
void setDestination(const std::wstring& value);
Return Value¶
string
: Unicode string containing the destination of the bookmark.