Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: System.String
The value of this element.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.