Dream.BookMark Property

Furcadia Framework

DreamBookMark Property

Furcadia Framework For Third Party Programs
This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Gets or sets the book make.

Namespace:  Furcadia.Net.DreamInfo
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax

public DreamBookmark BookMark { set; }
Public WriteOnly Property BookMark As DreamBookmark
	Set

Dim instance As Dream
Dim value As DreamBookmark

instance.BookMark = value
public:
property DreamBookmark^ BookMark {
	void set (DreamBookmark^ value);
}
member BookMark : DreamBookmark with set

Property Value

Type: DreamBookmark
The book make.
See Also

Reference