|
PounceFurreOnline Property
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Furre Currently online
Namespace:
Furcadia.Net.Pounce
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public bool Online { get; set; }
Public Property Online As Boolean
Get
Set
Dim instance As PounceFurre
Dim value As Boolean
value = instance.Online
instance.Online = value
public:
property bool Online {
bool get ();
void set (bool value);
}
member Online : bool with get, set
Property Value
Type:
BooleanSee Also