P_Furcadia_Net_DreamInfo_IDream_IsModern - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
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
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
Type: Booleantrue
if this instance is modern; otherwise, false
.