Skip to content

Bookmark::Title property

The Title property returns a Unicode string for the title of this bookmark.

string Title { get; set; }
string getTitle() throws IGRException;
void setTitle(string value) throws IGRException;
@property
def Title(self) -> string:
@property.setter
def Title(self, value: string)
std::wstring getTitle() const;
void setTitle(const std::wstring& value);

Return Value

string : Unicode string containing the title of the bookmark.

See Also