UITechnologyElement.Value Property

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

Implements

IUITechnologyElement.Value

.NET Framework Security

See Also

Reference

UITechnologyElement Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace