FileBackedDictionaryTKey, TValue, TKeyElem, TValueElemFilePath Property
Gets or sets the path to the file backing this dictionary.
Namespace: Gemstone.IO.CollectionsAssembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.156 -- Release Build+6a9f88f477f6aa18d5026c0c0fcc061b1aaed2d2
public string FilePath { get; set; }
Public Property FilePath As String
Get
Set
function get_FilePath();
function set_FilePath(value);
Property Value
String
Changes to this property will cause the file to close if the file is already opened.
Data will not be automatically written from the old file to the new file.