FileEventViewModelHistory Property |
IT Hit User File System
Array of history items of the event
Namespace:
ITHit.FileSystem.Windows.WinUI.ViewModels
Assembly:
ITHit.FileSystem.Windows.WinUI (in ITHit.FileSystem.Windows.WinUI.dll) Version: 9.0.29481.0-Beta
Syntaxpublic IList<OperationResult> History { get; set; }
Public Property History As IList(Of OperationResult)
Get
Set
public:
property IList<OperationResult^>^ History {
IList<OperationResult^>^ get ();
void set (IList<OperationResult^>^ value);
}
member History : IList<OperationResult> with get, set
Property Value
Type:
IListOperationResult
See Also