Object: Component Object
Access: Read-Only
Prerequisites: None
Returns a collection of one or more properties that are annotated to the DataBook database object.
Component.Properties
None
Collection. A collection of properties that are annotated to the DataBook database object. The collection contains one or more properties.
' Return all properties of the component
attribs = obj.Properties
' Return the "Name" property of the component
name = obj.Properties("Name")