CMDBAttributeValueStruct structure
The CMDBAttributeValueStruct
structure holds values for attributes.
typedef struct CMDBAttributeValueStruct
{
ARNameType attributeName;
ARValueStruct attributeValue;
} CMDBAttributeValueStruct;
The CMDBAttributeValueStruct
structure consists of the following elements:
attributeName |
The name of the attribute. |
attributeValue |
The value of the attribute. |
Was this page helpful? Yes No
Submitting...
Thank you
Comments