Discuss this help topic in SecureBlackbox Forum
Specifies the response's last modification time.
Declaration
[C#/Java]
DateTime LastModified;
[VB.NET]
Property LastModified As DateTime
[Pascal]
property LastModified : TDateTime;
[C++]
int64_t get_LastModified();
void set_LastModified(int64_t Value);
[PHP]
DateTime get_LastModified()
void set_LastModified(DateTime $Value)
Description
This property specifies the date and time when the response was modified last time.
Discuss this help topic in SecureBlackbox Forum