openPDC Historian Help
FileName Property
NamespacesTVA.Historian.FilesArchiveFileFileName
Gets or sets the name of the ArchiveFile.
Declaration Syntax
C#Visual BasicVisual C++
[DefaultValueAttribute("ArchiveFile.d")]
public string FileName { get; set; }
<DefaultValueAttribute("ArchiveFile.d")> _
Public Property FileName As String
[DefaultValueAttribute(L"ArchiveFile.d")]
public:
property String^ FileName {
	String^ get ();
	void set (String^ value);
}
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value being assigned is a null or empty string.
ArgumentExceptionThe value being assigned contains an invalid file extension.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252