UITestControl.TechnologyName Property

Gets or sets the technology framework that implements this control.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

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

Property Value

Type: String
The technology framework that implements this control.

.NET Framework Security

See Also

Reference

UITestControl Class

Microsoft.VisualStudio.TestTools.UITesting Namespace