UIObject.SupportLevelWrapper Property
Gets or sets a string version of the actual level at which the current technology supports this UI object for serialization and deserialization of the SupportLevel property.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common.UIMap
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Property SupportLevelWrapper As String
public string SupportLevelWrapper { get; set; }
public:
property String^ SupportLevelWrapper {
String^ get ();
void set (String^ value);
}
member SupportLevelWrapper : string with get, set
function get SupportLevelWrapper () : String
function set SupportLevelWrapper (value : String)
Property Value
Type: String
The support level as a 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.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.Common.UIMap Namespace