IDream.IsModern Property

FFF3PP

IDreamIsModern 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 44
Syntax
bool IsModern { get; }
ReadOnly Property IsModern As Boolean
	Get

Dim instance As IDream
Dim value As Boolean

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

Property Value

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