DiceObject.DiceCompnentMatch Property

Furcadia Framework

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

+ or - Modifyer

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

public char DiceCompnentMatch { get; set; }
Public Property DiceCompnentMatch As Char
	Get
	Set

Dim instance As DiceObject
Dim value As Char

value = instance.DiceCompnentMatch

instance.DiceCompnentMatch = value
public:
property wchar_t DiceCompnentMatch {
	wchar_t get ();
	void set (wchar_t value);
}
member DiceCompnentMatch : char with get, set

Property Value

Type: Char
See Also

Reference