ValidateHtmlTagInnerText.AttributeValue Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the attribute value.

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

Syntax

'Declaration
Public Property AttributeValue As String
    Get
    Set
'Usage
Dim instance As ValidateHtmlTagInnerText
Dim value As String

value = instance.AttributeValue

instance.AttributeValue = value
public string AttributeValue { get; set; }
public:
property String^ AttributeValue {
    String^ get ();
    void set (String^ value);
}
member AttributeValue : string with get, set
function get AttributeValue () : String
function set AttributeValue (value : String)

Property Value

Type: System.String
The attribute value.

.NET Framework Security

See Also

Reference

ValidateHtmlTagInnerText Class

ValidateHtmlTagInnerText Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace