M-Files Vault Application Framework
C#
Show/Hide TOC
Application
Task
Latest
Activity
Timestamp Property
The LatestActivityTimestamp for the application task. - This is only valid for ApplicationBroadcast Task types. - Broadcast message types always return a timestamp with a MinValue.
Definition
Namespace:
MFiles.VAF.Common.ApplicationTaskQueue
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
Timestamp
LatestActivityTimestamp
{
get
; }
Property Value
Timestamp
See Also
Reference
ApplicationTask Class
MFiles.VAF.Common.ApplicationTaskQueue Namespace
In This Article
Definition
See Also