CharacterInfo.Costume Property

FFF3PP

CharacterInfoCostume Property

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Costume to use with Selected Character

Namespace:  Furcadia.Net.Account
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public string Costume { get; set; }
Public Property Costume As String
	Get
	Set

Dim instance As CharacterInfo
Dim value As String

value = instance.Costume

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

Property Value

Type: String
See Also