Furcadia Framework For Third Party Programs
IDreamIsModern Property |
[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: Booleantrue if this instance is modern; otherwise, false.
See Also