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


In This Topic
    Domain Property
    In This Topic
    Gets or sets the string that describes the domain of this document for security purposes.
    Syntax
    'Declaration
     
    
    Property Domain As String
    'Usage
     
    
    Dim instance As IWebDocument
    Dim value As String
     
    instance.Domain = value
     
    value = instance.Domain
    string Domain {get; set;}
    See Also