P_Furcadia_Net_DreamInfo_IDream_IsModern - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

IDream.IsModern 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 a value indicating whether this instance is modern.

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

Syntax

C#

bool IsModern { get; }

VB

ReadOnly Property IsModern As Boolean
	Get

VB Usage

Dim instance As IDream
Dim value As Boolean

value = instance.IsModern

C++

property bool IsModern {
	bool get ();
}

F#

abstract IsModern : bool with get

Property Value

Type: Boolean
true if this instance is modern; otherwise, false.

See Also

Reference

IDream Interface
Furcadia.Net.DreamInfo Namespace

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