CMDBAttributeNameId structure
The CMDBAttributeNameId
structure holds the namespace name and the class name information for a class.
typedef struct CMDBAttributeNameId
{
ARNameType namespaceName;
ARNameType className;
ARNameType attributeName;
} CMDBAttributeNameId;
The CMDBAttributeNameId
structure consists of the following elements:
namespaceName |
The namespace name for the class. |
className |
The name of the class. |
attributeName |
The name of the attribute. |
Was this page helpful? Yes No
Submitting...
Thank you
Comments