CookieExpirationTime Property  | 
 
                Gets the cookie expiration time.
            
 
    Namespace: 
   DotNetBrowser.Cookies
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.0
Syntaxpublic Nullable<DateTime> ExpirationTime { get; }Property Value
Type: 
NullableDateTimeThe expiration time or null if the expiration time is not set.
See Also