Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Web.Msie Namespace / IWebControl Interface / DocumentText Property


In This Topic
    DocumentText Property
    In This Topic
    Gets the Web page text.
    Syntax
    'Declaration
     
    
    Property DocumentText As String
    'Usage
     
    
    Dim instance As IWebControl
    Dim value As String
     
    instance.DocumentText = value
     
    value = instance.DocumentText
    string DocumentText {get; set;}
    See Also