P_Furcadia_Net_DreamInfo_IFurre_Name - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

IFurre.Name Property

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 Furre;s Name Property

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

Syntax

C#

string Name { get; set; }

VB

Property Name As String
	Get
	Set

VB Usage

Dim instance As IFurre
Dim value As String

value = instance.Name

instance.Name = value

C++

property String^ Name {
	String^ get ();
	void set (String^ value);
}

F#

abstract Name : string with get, set

Property Value

Type: String

See Also

Reference

IFurre Interface
Furcadia.Net.DreamInfo Namespace

⚠️ **GitHub.com Fallback** ⚠️