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 with get
function get Value () : String
Property Value
Type: String
A string that contains the inner text.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.