Set a property value (COM)
Method |
SetProperty |
Description |
Modify one of Metadefender Core's internal properties. |
Function prototype
HRESULT
SetProperty
{
[in] VARIANT PropertyName,
[in] VARIANT PropertyValue
}
Arguments
Argument |
Description |
Data Type |
PropertyName |
The name of the requested property. |
string |
PropertyValue |
New value of the property |
string |