InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebDocument Interface / Cookie Property


In This Topic
    Cookie Property
    In This Topic
    Gets or sets the cookie property.
    Syntax
    'Declaration
     
    
    Property Cookie As String
    'Usage
     
    
    Dim instance As IWebDocument
    Dim value As String
     
    instance.Cookie = value
     
    value = instance.Cookie
    string Cookie {get; set;}
    See Also