WindowsUpdate.GetPropertyValue(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.
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
If the property exists in the update metadata, then it is returned as an Object. Otherwise, the method returns a nullptr.