Share via


SetValueAction.PreferEditWrapper Property

 

Gets or sets the value of the PreferEdit property as a string for serialization.

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

Syntax

public string PreferEditWrapper { get; set; }
public:
property String^ PreferEditWrapper {
    String^ get();
    void set(String^ value);
}
member PreferEditWrapper : string with get, set
Public Property PreferEditWrapper As String

Property Value

Type: System.String

The value of the PreferEdit property as a string if it is true; otherwise, null.

Remarks

Setting this property raises the PropertyChanged event.

See Also

PropertyChanged
SetValueAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top