public IList<CIMStringMap> GetCustomProperties()
Public Function GetCustomProperties() As IList(Of CIMStringMap)
Return Value
Returns a IList or empty list if there are no custom properties
public IList<CIMStringMap> GetCustomProperties()
Public Function GetCustomProperties() As IList(Of CIMStringMap)
//Get a custom property that has been previously set. //Perform on the worker thread await QueuedTask.Run(() => { String custProp = element.GetCustomProperty("MyKeyString"); });
Target Platforms: Windows 10, Windows 8.1