P_Furcadia_Net_DreamInfo_Dream_FileName - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

Dream.FileName Property

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

File name for the dream cache stored on disk

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

Syntax

C#

public string FileName { get; set; }

VB

Public Property FileName As String
	Get
	Set

VB Usage

Dim instance As Dream
Dim value As String

value = instance.FileName

instance.FileName = value

C++

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

F#

member FileName : string with get, set

Property Value

Type: String
The name of the file.

See Also

Reference

Dream Class
Furcadia.Net.DreamInfo Namespace

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