Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UITechnologyElement::TechnologyName Property

 

Gets the name of the corresponding technology of this element.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

public:
property String^ TechnologyName {
	virtual String^ get() abstract;
}

Property Value

Type: System::String^

The technology name.

This property value must be the same as the value of the UITechnologyManager::TechnologyName property in the corresponding technology manager.

Return to top
Show: