UITechnologyElement.TechnologyName Property

Gets the name of the corresponding technology of this element.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property TechnologyName As String
public abstract string TechnologyName { get; }
public:
virtual property String^ TechnologyName {
    String^ get () abstract;
}
abstract TechnologyName : string
abstract function get TechnologyName () : String

Property Value

Type: System.String
The technology name.

Implements

IUITechnologyElement.TechnologyName

Remarks

This property value must be the same as the value of the UITechnologyManager.TechnologyName property in the corresponding technology manager.

.NET Framework Security

See Also

Reference

UITechnologyElement Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace

UITechnologyManager