HistorySources
- Last UpdatedFeb 25, 2021
- 1 minute read
The HistorySources property is a read-only object property that gets a list of history sources. For more information about the HistorySources properties, see "Trend Client History Sources".
Syntax
Result = HistorySources;
Example
Dim histSources = TrendClient1.HistorySources;
Dim histSource = histSources.GetSource("<history source name>");
Remarks
No default.