Returns true if the cookie has expired according to the Expires property.
[Visual Basic] Public ReadOnly Property Expired As Boolean [C#] public bool Expired {get;} [C++] public: __property bool get_Expired(); [JScript] public function get Expired() : Boolean;
Cookie Class | Cookie Members | System.Web.Services.Protocols Namespace