RanorexRanorex Documentation
InnerText Property
NamespacesRanorexWebElementInnerText
The inner text (without markup) of the web element.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string InnerText { get; set; }
Public Overridable Property InnerText As String
	Get
	Set
public:
virtual property String^ InnerText {
	String^ get ();
	void set (String^ value);
}
Property Value
Exceptions
ExceptionCondition
SetAttributeFailedExceptionThrown if setting the attribute value failed.

Assembly: Ranorex.Plugin.Web (Module: Ranorex.Plugin.Web.dll) Version: 4.0.4.23593 (4.0.4.23593)