Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public MustOverride Function GetPropertyValue ( _
    propertyName As String _
) As Object
public abstract Object GetPropertyValue(
    string propertyName
)
public:
virtual Object^ GetPropertyValue(
    String^ propertyName
) abstract
abstract GetPropertyValue : 
        propertyName:string -> Object
public abstract function GetPropertyValue(
    propertyName : String
) : Object
Parameters
- propertyName
 Type: String
Return Value
Type: Object
Implements
IUITechnologyElement.GetPropertyValue(String)
.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.