NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpWebResponse.LastModified

Gets the last date and time that the content of the response was modified.

[Visual Basic]
Public ReadOnly Property LastModified As DateTime
[C#]
public DateTime LastModified {get;}
[C++]
public: __property DateTime get_LastModified();
[JScript]
public function get LastModified() : DateTime;

Remarks

The LastModified property contains the value of the Last-Modified header received with the response.

See Also

HttpWebResponse Class | HttpWebResponse Members | System.Net Namespace