Click or drag to resize

FileBackedHashSetTFilePath Property

Gets or sets the path to the file backing this hash set.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.260-beta+dcb224c2c063d13b940ff73569ed74de55e231c9
Syntax
public string FilePath { get; set; }
View Source

Property Value

String
Exceptions
ExceptionCondition
ArgumentExceptionFilePath is set and is a zero-length string, contains only white space, or contains one or more invalid characters as defined by GetInvalidPathChars.
Remarks
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.
See Also