|   | MeasurementKeyLookUpOrCreate(String) Method | 
        
        
            Performs a lookup by source and, failing that, attempts to create
            the key using a newly generated signal ID and the parsed source and ID.
            
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
SyntaxPublic Shared Function LookUpOrCreate ( 
	value As String
) As MeasurementKey
GSF.TimeSeries.MeasurementKey.LookUpOrCreate = function(value);
Parameters
- value  String
- A string representation of the MeasurementKey.
Return Value
MeasurementKey
            If the lookup succeeds, an existing measurement key with a matching signalID.
            If creation succeeds, a new measurement key with matching signal ID, source, and ID.
            Otherwise, 
Undefined.
            
 See Also
See Also