FileEventViewModelNotificationTime Property |
IT Hit User File System
Notification time of the event, e.g. Before, After
Namespace:
ITHit.FileSystem.Windows.WinUI.ViewModels
Assembly:
ITHit.FileSystem.Windows.WinUI (in ITHit.FileSystem.Windows.WinUI.dll) Version: 9.0.29481.0-Beta
Syntaxpublic NotificationTime NotificationTime { get; set; }
Public Property NotificationTime As NotificationTime
Get
Set
public:
property NotificationTime NotificationTime {
NotificationTime get ();
void set (NotificationTime value);
}
member NotificationTime : NotificationTime with get, set
Property Value
Type:
NotificationTime
See Also