Share via


DirectUIControl.Value Property

Gets or sets the state of the control.

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

Syntax

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

Property Value

Type: String

.NET Framework Security

See Also

Reference

DirectUIControl Class

Microsoft.VisualStudio.TestTools.UITesting.DirectUIControls Namespace