Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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: StringThe 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
- 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.