Share via


HtmlTagInnerText.Value Property

Gets a string that contains the inner text that is represented by this object.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public ReadOnly Property Value As String
public string Value { get; }
public:
property String^ Value {
    String^ get ();
}
member Value : string
function get Value () : String

Property Value

Type: System.String
A string that contains the inner text.

.NET Framework Security

See Also

Reference

HtmlTagInnerText Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace