Share via


WindowsUpdate.GetPropertyValue(String) Method

Definition

Retrieves the underlying property value of a given name associated with the WindowsUpdate object metadata.

public:
 virtual Platform::Object ^ GetPropertyValue(Platform::String ^ propertyName) = GetPropertyValue;
IInspectable GetPropertyValue(winrt::hstring const& propertyName);
public object GetPropertyValue(string propertyName);
function getPropertyValue(propertyName)
Public Function GetPropertyValue (propertyName As String) As Object

Parameters

propertyName
String

Platform::String

winrt::hstring

The name of the property value to query in the update metadata.

Returns

Object

Platform::Object

IInspectable

If the property exists in the update metadata, then it is returned as an Object. Otherwise, the method returns a nullptr.

Applies to