This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Returns the value of the given property of this technology manager.
Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Function GetTechnologyManagerProperty ( _
    propertyName As UITechnologyManagerProperty _
) As Object
Object GetTechnologyManagerProperty(
    UITechnologyManagerProperty propertyName
)
Object^ GetTechnologyManagerProperty(
    UITechnologyManagerProperty propertyName
)
abstract GetTechnologyManagerProperty : 
        propertyName:UITechnologyManagerProperty -> Object
function GetTechnologyManagerProperty(
    propertyName : UITechnologyManagerProperty
) : Object
Parameters
- propertyName 
 Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty- The name of the property. 
Return Value
Type: Object
The value of the specified property.
Exceptions
| Exception | Condition | 
|---|---|
| NotSupportedException | The property is not supported by this technology manager. | 
.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.