BrowserFactory.TechnologyManagerTypeName Property
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
abstract function get TechnologyManagerTypeName () : String
Property Value
Type: System.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.