|
MeasurementKeySource Property
|
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.248-beta
Syntaxpublic string Source { get; }
Public ReadOnly Property Source As String
Get
public:
property String^ Source {
String^ get ();
}
member Source : string with get
View SourceProperty Value
String
Remarks
This value is typically used to track the archive name in which the measurement, that this
MeasurementKey represents, is stored.
See Also