Click or drag to resize

ArchiveFileFileName Property

Gets or sets the name of the ArchiveFile.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
[DefaultValueAttribute("ArchiveFile.d")]
public string FileName { get; set; }
View Source

Property Value

String
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value being assigned is a null or empty string.
ArgumentExceptionThe value being assigned contains an invalid file extension.
See Also