Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebTestResponse::LastModified Property

 

Gets the last date and time that the contents of the response were modified.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
property DateTime LastModified {
	DateTime get();
	internal: void set(DateTime value);
}

Property Value

Type: System::DateTime

A DateTime object.

Exception Condition
ObjectDisposedException

The current instance has been disposed.

The LastModified property contains the value of the Last-Modified header received with the response. The date and time are assumed to be local time.

Return to top
Show: