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