Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.