UITechnologyElementProxy.Value Property

Gets the value of this element.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

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

Property Value

Type: String

Implements

IUITechnologyElement.Value

.NET Framework Security

See Also

Reference

UITechnologyElementProxy Class

Microsoft.VisualStudio.TestTools.UITesting Namespace