P_Furcadia_Net_DreamInfo_Dream_BookMark - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

Dream.BookMark Property

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 43

Syntax

C#

public DreamBookmark BookMark { set; }

VB

Public WriteOnly Property BookMark As DreamBookmark
	Set

VB Usage

Dim instance As Dream
Dim value As DreamBookmark

instance.BookMark = value

C++

public:
property DreamBookmark^ BookMark {
	void set (DreamBookmark^ value);
}

F#

member BookMark : DreamBookmark with set

Property Value

Type: DreamBookmark
The book make.

See Also

Reference

Dream Class
Furcadia.Net.DreamInfo Namespace

⚠️ **GitHub.com Fallback** ⚠️