Properties

The properties on an object are an extension of the Visual Basic properties available on that object.

The following data members are available on all properties.

Data Member Description
Application Returns an Application object.
ChangeNumber Returns the current change number of the property.
Class Returns the data type of the property.
Count Returns the number of properties on a property.
Name Returns the friendly name of the user or name of the table.
Parent Returns to an object’s parent.

The following method is available on all properties.

Method Description
Value Gets or sets a specified value in a property.