Furre.FurreID Property

Furcadia Framework

FurreFurreID 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 ID

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

public int FurreID { get; set; }
Public Property FurreID As Integer
	Get
	Set

Dim instance As Furre
Dim value As Integer

value = instance.FurreID

instance.FurreID = value
public:
virtual property int FurreID {
	int get () sealed;
	void set (int value) sealed;
}
abstract FurreID : int with get, set
override FurreID : int with get, set

Property Value

Type: Int32

Implements

IFurreFurreID
See Also

Reference