|
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.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
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();
View SourceProperty Value
ListT
See Also