UITestControl.TechnologyName Property

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assemblies:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
  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

.NET Framework Security

See Also

Reference

UITestControl Class

Microsoft.VisualStudio.TestTools.UITesting Namespace