Gets the given property of technology manager.
Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overrides Function GetTechnologyManagerProperty ( _
    propertyName As UITechnologyManagerProperty _
) As Object
public override Object GetTechnologyManagerProperty(
    UITechnologyManagerProperty propertyName
)
public:
virtual Object^ GetTechnologyManagerProperty(
    UITechnologyManagerProperty propertyName
) override
abstract GetTechnologyManagerProperty : 
        propertyName:UITechnologyManagerProperty -> Object  
override GetTechnologyManagerProperty : 
        propertyName:UITechnologyManagerProperty -> Object
public override function GetTechnologyManagerProperty(
    propertyName : UITechnologyManagerProperty
) : Object
Parameters
- propertyName 
 Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty- The property to obtain. 
Return Value
Type: Object
The value of the property.
Implements
IUITechnologyManager.GetTechnologyManagerProperty(UITechnologyManagerProperty)
Exceptions
| Exception | Condition | 
|---|---|
| NotSupportedException | Throws System.NotSupportedException if the property is not supported. | 
.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.