IExplorerItem.GetPropertyValue(String) Method

Definition

Indicates a specified string that represents the property name.

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

Parameters

propertyName
String

A text input for the property name.

Returns

A string that represents the name of the property within the explorer item.

Applies to