HtmlAttribute.Value Property

Gets the attribute value set by the HtmlAttribute constructor.

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
The value of the attribute.

.NET Framework Security

See Also

Reference

HtmlAttribute Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace