HP Operations Manager for Windows

OV_ConfigValue


Description
This class is used to provide actual values to the configuration items defined in the OV_ConfigItem class. Using this class, you can query and set values for OV_ConfigItems.
class OV_ConfigValue
{
Properties:
string ItemId;
string Value;
};