Get a property value (COM)
Method |
GetProperty |
Description |
Reads one of the internal properties. |
Function prototype
HRESULT
GetProperty
(
[in] VARIANT PropertyName,
[out, retval] VARIANT* PropertyValue
)
Arguments
Argument |
Description |
Data Type |
PropertyName |
The name of the requested property. For valid names, please refer to the Metadefender Core Configuration Guide. |
string |
PropertyValue |
The value of the property |
string |