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
- 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.