IResponse::get_Expires

The IResponse::get_Expires method retrieves the current value of the Expires property of the Response object.

HRESULT get_Expires(

  VARIANT * pvarExpiresMinutesRet  // pointer to a VARIANT that

             // receives the Expires value

);

 

Parameters
pvarExpiresMinutesRe
[retval] [out] Points to a VARIANT that receives the Expires value. This value specifies the number of minutes until the page will expire.
Remarks

If the user returns to the same page before it expires, the cached version is displayed. If this property is set more than once on a page, the shortest time is used.

See Also

Response Object, IResponse::put_Expires