PropertyTypes


Description

Retrieves a collection of all PropertyType objects in a Model object.

Syntax

aModel.PropertyTypes(index)

Parameter Description
aModel a Model object.
(index) Optional. An integer, or a string, or a PropertyType object specifying the index of the PropertyType object to retrieve. Integer indexes are zero-based, meaning the first PropertyType object in the collection has index 0. A string index is valid only if the string is the name of a PropertyType object in the collection. A PropertyType object is valid only if it is in the PropertyTypes collection.

Examples

See: Properties: an Overview

Remarks

As with all MSBN3 collections, the elements of this collection can be enumerated. Also, as with other MSBN3 collections, the index numbers, key strings, and key objects of this collection can be enumerated. See "Collections and Maps: an Overview" for details.

Properties

CountDescription, ExistingKey, Item, Model, MSBN, Ref

Methods

Add, Remove

Collections

Indexes, Keys, KeyObjects

Applies To

Model

Also See

Properties: an Overview, Collections and Maps: an Overview