SetValue.PreferEditWrapper Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public Property PreferEditWrapper As String
    Get
    Set
'Usage
Dim instance As SetValue
Dim value As String

value = instance.PreferEditWrapper

instance.PreferEditWrapper = value
public string PreferEditWrapper { get; set; }
public:
property String^ PreferEditWrapper {
    String^ get ();
    void set (String^ value);
}
function get PreferEditWrapper () : String
function set PreferEditWrapper (value : String)
member PreferEditWrapper : string with get, set

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

SetValue Class

SetValue Members

Microsoft.VisualStudio.TestTools.UITest.Common Namespace