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

See Also

Reference

PropertyCondition Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace