M-Files Vault Application Framework
C#
Show/Hide TOC
Application
Task
Activation
Timestamp Property
The ActivationTimestamp 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
ActivationTimestamp
{
get
; }
Property Value
Timestamp
See Also
Reference
ApplicationTask Class
MFiles.VAF.Common.ApplicationTaskQueue Namespace
In This Article
Definition
See Also