Share via


UITechnologyManagerProxy.TechnologyName Property

Gets the name of the technology supported by this technology manager.

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

IUITechnologyManager.TechnologyName

.NET Framework Security

See Also

Reference

UITechnologyManagerProxy Class

Microsoft.VisualStudio.TestTools.UITesting Namespace