|   | TrackableTChangeList Property | 
        
        
            Gets the list of changes to the property's value,
            starting from its original value and up to the current value.
            
        
        Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic List<T> ChangeList { get; }Public ReadOnly Property ChangeList As List(Of T)
	Get
public:
property List<T>^ ChangeList {
	List<T>^ get ();
}member ChangeList : List<'T> with get
function get_ChangeList();
Property Value
ListT See Also
See Also