openPDC Historian Help
FileSize Property
NamespacesTVA.Historian.FilesArchiveFileFileSize
Gets or sets the size (in MB) of the ArchiveFile.
Declaration Syntax
C#Visual BasicVisual C++
[DefaultValueAttribute()]
public double FileSize { get; set; }
<DefaultValueAttribute()> _
Public Property FileSize As Double
[DefaultValueAttribute()]
public:
property double FileSize {
	double get ();
	void set (double value);
}
Exceptions
ExceptionCondition
ArgumentExceptionThe value being assigned is not positive.

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