|
NetConnectionConnectedFurreId 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 connected furre identifier.
Namespace:
Furcadia.Net.DirectConnection
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public int ConnectedFurreId { get; set; }
Public Property ConnectedFurreId As Integer
Get
Set
Dim instance As NetConnection
Dim value As Integer
value = instance.ConnectedFurreId
instance.ConnectedFurreId = value
public:
property int ConnectedFurreId {
int get ();
void set (int value);
}
member ConnectedFurreId : int with get, set
Property Value
Type:
Int32
The connected furre identifier.
See Also