Gets and sets the property page of the attribute | |
Syntax: | String =
object.PropertyPage object.PropertyPage = String |
Description: | The CimClassAttribute.PropertyPage controls
the page this attribute will appear on. Examples Dim class As CimClassInstance Set attrib =
class.Attributes.Item("EXISTING_ATTRIBUTE") attrib.PropertyPage = "Page One" |