Click or drag to resize

ArchiveDataPointHistorianID Property

Gets or sets the historian identifier of ArchiveDataPoint.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public int HistorianID { get; set; }
View Source

Property Value

Int32

Implements

IDataPointHistorianID
Exceptions
ExceptionCondition
ArgumentExceptionThe value being assigned is not positive or -1.
See Also