ILastInvocationInfo.GetInfoPropertyValue(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.