Share via


ISetupPropertyStore.GetValue(String) Method

Definition

Gets the value of a named property in this property store.

public:
 System::Object ^ GetValue(System::String ^ pwszName);
public:
 Platform::Object ^ GetValue(Platform::String ^ pwszName);
winrt::Windows::Foundation::IInspectable GetValue(std::wstring const & pwszName);
public object GetValue (string pwszName);
abstract member GetValue : string -> obj
Public Function GetValue (pwszName As String) As Object

Parameters

pwszName
String

The name of the property to get.

Returns

The value of the property.

Applies to