CimClassAttribute.BrowserType (property)

Gets and sets the browser type attribute
Syntax: CimBrowserTypesEnum = object.BrowserType
object.BrowserType = CimBrowserTypesEnum
Description: The CimClassAttribute.BrowserType controls which browse dialog will be used to fill this attributes value.

Examples

Dim class As CimClassInstance
Set attrib = class.Attributes.Item("EXISTING_ATTRIBUTE")
attrib.BrowserType = cimBrowserPoint