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 type name for the user interface technology manager to use for this browser factory.
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 TechnologyManagerTypeName As String
public abstract string TechnologyManagerTypeName { get; }
public:
virtual property String^ TechnologyManagerTypeName {
String^ get () abstract;
}
abstract TechnologyManagerTypeName : string with get
abstract function get TechnologyManagerTypeName () : String
Property Value
Type: String
The type name for the user interface technology manager to use for this browser factory.
.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.