Dream.IsModern Property

Furcadia Framework

DreamIsModern 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.]

Is this dream Modern Mode?

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

public bool IsModern { get; }
Public ReadOnly Property IsModern As Boolean
	Get

Dim instance As Dream
Dim value As Boolean

value = instance.IsModern
public:
virtual property bool IsModern {
	bool get () sealed;
}
abstract IsModern : bool with get
override IsModern : bool with get

Property Value

Type: Boolean

Implements

IDreamIsModern
See Also

Reference