Click or drag to resize
NotificationTimeStamp Property
TimeStamp when the notification was checked. Ensure that notification was happened before that time stamp

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[XmlElementAttribute(IsNullable = true)]
public Nullable<DateTime> TimeStamp { get; set; }

Property Value

Type: NullableDateTime
See Also