Furcadia Framework For Third Party Programs
DreamFileName Property |
[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 44
Syntax
public 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: StringThe name of the file.
See Also