Share via


ILastInvocationInfo.GetInfoPropertyValue Method

Gets a string version of the value of the specified property.

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

Syntax

'Declaration
Function GetInfoPropertyValue ( _
    propertyName As String _
) As Object
Object GetInfoPropertyValue(
    string propertyName
)
Object^ GetInfoPropertyValue(
    String^ propertyName
)
abstract GetInfoPropertyValue : 
        propertyName:string -> Object
function GetInfoPropertyValue(
    propertyName : String
) : Object

Parameters

  • propertyName
    Type: String

    The property name for the value to retrieve. The name must be one of the values that is retrieved by using the GetInfoProperties property.

Return Value

Type: Object
A string version of the value of the specified property.

.NET Framework Security

See Also

Reference

ILastInvocationInfo Interface

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace