Sets 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 Sub SetTechnologyManagerProperty ( _
    propertyName As UITechnologyManagerProperty, _
    propertyValue As Object _
)
public override void SetTechnologyManagerProperty(
    UITechnologyManagerProperty propertyName,
    Object propertyValue
)
public:
virtual void SetTechnologyManagerProperty(
    UITechnologyManagerProperty propertyName, 
    Object^ propertyValue
) override
abstract SetTechnologyManagerProperty : 
        propertyName:UITechnologyManagerProperty * 
        propertyValue:Object -> unit  
override SetTechnologyManagerProperty : 
        propertyName:UITechnologyManagerProperty * 
        propertyValue:Object -> unit
public override function SetTechnologyManagerProperty(
    propertyName : UITechnologyManagerProperty, 
    propertyValue : Object
)
Parameters
- propertyName 
 Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty- The property to set. 
- propertyValue 
 Type: Object- The property value to set. 
Implements
IUITechnologyManager.SetTechnologyManagerProperty(UITechnologyManagerProperty, Object)
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.