| 
            
              FurreMessage Property 
             | 
          
        
        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 59
Syntaxpublic string Message { get; set; }Public Property Message As String
	Get
	Set
Dim instance As Furre
Dim value As String
value = instance.Message
instance.Message = value
public:
virtual property String^ Message {
	String^ get () sealed;
	void set (String^ value) sealed;
}abstract Message : string with get, set
override Message : string with get, set
Property Value
Type: 
StringImplements
IFurreMessage
See Also