P_Furcadia_Net_DreamInfo_Dream_Title - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

Dream.Title Property

This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]

Dream title

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

Syntax

C#

public string Title { get; set; }

VB

Public Property Title As String
	Get
	Set

VB Usage

Dim instance As Dream
Dim value As String

value = instance.Title

instance.Title = value

C++

public:
property String^ Title {
	String^ get ();
	void set (String^ value);
}

F#

member Title : string with get, set

Property Value

Type: String

See Also

Reference

Dream Class
Furcadia.Net.DreamInfo Namespace

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