UITechnologyElementProxy.TechnologyName Property

Gets the name of the corresponding technology.

This value should be same as UITechnologyManager.TechnologyName.

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

Syntax

'Declaration
Public Overrides NotOverridable ReadOnly Property TechnologyName As String
public override sealed string TechnologyName { get; }
public:
virtual property String^ TechnologyName {
    String^ get () override sealed;
}
abstract TechnologyName : string with get 
override TechnologyName : string with get
override final function get TechnologyName () : String

Property Value

Type: String

Implements

IUITechnologyElement.TechnologyName

.NET Framework Security

See Also

Reference

UITechnologyElementProxy Class

Microsoft.VisualStudio.TestTools.UITesting Namespace