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

See Also

Reference

UIObject Class

Microsoft.VisualStudio.TestTools.UITest.Common.UIMap Namespace

SupportLevel