UITestControl.TechnologyName Property
Gets or sets the technology framework that implements this control.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Property TechnologyName As String
public string TechnologyName { get; set; }
public:
property String^ TechnologyName {
String^ get ();
void set (String^ value);
}
member TechnologyName : string with get, set
function get TechnologyName () : String
function set TechnologyName (value : String)
Property Value
Type: System.String
The technology framework that implements this control.
.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.