Gets and sets whether this attribute has a reference to another attribute | |
Syntax: | Boolean =
object.Reference object.Reference = Boolean |
Description: | The CimClassAttribute.Reference sets
weather this attribute is a refrence. Examples Dim class As CimClassInstance Set attrib =
class.Attributes.Item("EXISTING_ATTRIBUTE") attrib.Reference = false |