Properties Property (Component Object)

Object: Component Object

Access: Read-Only

Prerequisites: None

Returns a collection of one or more properties that are annotated to the DataBook database object.

Usage

Component.Properties

Arguments

None

Return Values

Collection. A collection of properties that are annotated to the DataBook database object. The collection contains one or more properties.

Examples

' Return all properties of the component
attribs = obj.Properties

' Return the "Name" property of the component
name = obj.Properties("Name")