P_Furcadia_Net_DreamInfo_Furre_Message - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Last Message Furre had
Namespace: Furcadia.Net.DreamInfo
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public string Message { get; set; }VB
Public Property Message As String
Get
SetVB Usage
Dim instance As Furre
Dim value As String
value = instance.Message
instance.Message = valueC++
public:
virtual property String^ Message {
String^ get () sealed;
void set (String^ value) sealed;
}F#
abstract Message : string with get, set
override Message : string with get, setType: String