FileBackedHashSetT, TElemFilePath Property
Gets or sets the path to the file backing this hash set.
Namespace: Gemstone.IO.CollectionsAssembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.147 -- Release Build+f1f9c0e9f92f995ccf39530a9405eeed9dafd871
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.