Reflection
InnerText Property


Gets or sets the text assigned to the element.
Syntax
'Declaration
 
Property InnerText As String
'Usage
 
Dim instance As IWebElement
Dim value As String
 
instance.InnerText = value
 
value = instance.InnerText
string InnerText {get; set;}
See Also