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 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
- 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.