CharacterInfo.CharacterName Property

Furcadia Framework

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

Character Name to use with this login

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

public string CharacterName { get; set; }
Public Property CharacterName As String
	Get
	Set

Dim instance As CharacterInfo
Dim value As String

value = instance.CharacterName

instance.CharacterName = value
public:
property String^ CharacterName {
	String^ get ();
	void set (String^ value);
}
member CharacterName : string with get, set

Property Value

Type: String
See Also

Reference