|
DreamBookmarkIsModern 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.Utils.ServerParser
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public bool IsModern { get; }
Public ReadOnly Property IsModern As Boolean
Get
Dim instance As DreamBookmark
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:
Booleantrue if this instance is modern; otherwise,
false.
Implements
IDreamIsModernExceptions See Also