| 
            
              DreamFileName Property 
             | 
          
        
        This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
            File name for the dream cache stored on disk
            
 
    Namespace: 
   Furcadia.Net.DreamInfo
    Assembly:
   FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntaxpublic string FileName { get; set; }Public Property FileName As String
	Get
	Set
Dim instance As Dream
Dim value As String
value = instance.FileName
instance.FileName = value
public:
property String^ FileName {
	String^ get ();
	void set (String^ value);
}member FileName : string with get, set
Property Value
Type: 
String
            The name of the file.
            
See Also