|
ProxySessionFurres 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 the furres.
Namespace:
Furcadia.Net.Proxy
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public FurreList Furres { get; }
Public ReadOnly Property Furres As FurreList
Get
Dim instance As ProxySession
Dim value As FurreList
value = instance.Furres
public:
property FurreList^ Furres {
FurreList^ get ();
}
member Furres : FurreList with get
Property Value
Type:
FurreList
The furres.
See Also