PropertyCondition.ValueWrapper Property
Gets or sets the string version of the value of the property condition.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Property ValueWrapper As String
public string ValueWrapper { get; set; }
public:
property String^ ValueWrapper {
String^ get ();
void set (String^ value);
}
member ValueWrapper : string with get, set
function get ValueWrapper () : String
function set ValueWrapper (value : String)
Property Value
Type: String
The string version of the value of the property condition.
.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.