Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Returns the value of a given property, if it occurs in this query condition.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Function GetPropertyValue ( _
nameOfProperty As String _
) As Object
Object GetPropertyValue(
string nameOfProperty
)
Object^ GetPropertyValue(
String^ nameOfProperty
)
abstract GetPropertyValue :
nameOfProperty:string -> Object
function GetPropertyValue(
nameOfProperty : String
) : Object
Parameters
- nameOfProperty
Type: System.String
The name of the property.
Return Value
Type: System.Object
The value of the property, or nulla null reference (Nothing in Visual Basic) if it does not exist.
.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.