Click or drag to resize

FileBackedDictionaryTKey, TValueFilePath Property

Gets or sets the path to the file backing this dictionary.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.296-beta+d85e3b6b23676c9fffb3231e358b4f94ad70793d
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