IFurre.FurreID Property

Furcadia Framework

IFurreFurreID 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.]

Implements the FurreID or unique furre identifyer

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

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

Dim instance As IFurre
Dim value As Integer

value = instance.FurreID

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

Property Value

Type: Int32
See Also

Reference