Create a copy of the signal data.
            The 
Signal will not reflect changes to the list.
            This data represents optional properties on the signal.
            
 
    Namespace: 
   AGI.Foundation.Communications
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic List<Object> GetDataList()
Public Function GetDataList As List(Of Object)
public:
List<Object^>^ GetDataList()
member GetDataList : unit -> List<Object> 
Return Value
Type: 
ListObjectThe list of signal data.
See Also