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.246-beta+ff392465a0262ee2737937d4127fc3c2f08c6dcd
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