Share via


ILastInvocationInfo.GetInfoPropertyValue(String) Method

Definition

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

public:
 System::Object ^ GetInfoPropertyValue(System::String ^ propertyName);
public object GetInfoPropertyValue (string propertyName);
abstract member GetInfoPropertyValue : string -> obj
Public Function GetInfoPropertyValue (propertyName As String) As Object

Parameters

propertyName
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.

Returns

A string version of the value of the specified property.

Applies to