Send comments on this topic.
Domain Property
Attachmate.Reflection.Objects Library (Web) > WebDocument Object : Domain Property
Gets or sets the string that describes the domain of this document for security purposes.

Syntax

 
Object.Domain As String

Example

Copy Code
Dim WDocument As Attachmate.Reflection.Objects.Web.Msie.WebDocument
 
public Property GetDomain() As String
Get
Return WDocument.Domain
End Sub
End Property

See Also