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