PounceFurre.WasOnline Property

Furcadia Framework

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

Furre Previous Online State

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

public bool WasOnline { get; set; }
Public Property WasOnline As Boolean
	Get
	Set

Dim instance As PounceFurre
Dim value As Boolean

value = instance.WasOnline

instance.WasOnline = value
public:
property bool WasOnline {
	bool get ();
	void set (bool value);
}
member WasOnline : bool with get, set

Property Value

Type: Boolean
See Also

Reference