Share via


UITechnologyElement.Value Property

Gets or sets the value of this element as a string.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Public MustOverride Property Value As String
public abstract string Value { get; set; }
public:
virtual property String^ Value {
    String^ get () abstract;
    void set (String^ value) abstract;
}
abstract Value : string with get, set
abstract function get Value () : String 
abstract function set Value (value : String)

Property Value

Type: String
The value of this element.

Implements

IUITechnologyElement.Value

.NET Framework Security

See Also

Reference

UITechnologyElement Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace