QueryCondition.GetPropertyValue Method

Retrieves the value of the named property, if it exists.

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

Syntax

'Declaration
Public Overridable Function GetPropertyValue ( _
    nameOfProperty As String _
) As Object
public virtual Object GetPropertyValue(
    string nameOfProperty
)
public:
virtual Object^ GetPropertyValue(
    String^ nameOfProperty
)
abstract GetPropertyValue : 
        nameOfProperty:string -> Object  
override GetPropertyValue : 
        nameOfProperty:string -> Object
public function GetPropertyValue(
    nameOfProperty : String
) : Object

Parameters

  • nameOfProperty
    Type: String

    The name of the property to retrieve.

Return Value

Type: Object
The value of the named property.

Implements

IQueryCondition.GetPropertyValue(String)

.NET Framework Security

See Also

Reference

QueryCondition Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace