Properties

The Properties data member returns the count and values of the properties defined on an object. It returns the property itself if used with an index.

Applies To

Schedule and all Item objects

Data Type

Long or Property-dependent

Access

Read-only

Remarks

The Properties data member can also be indexed to return the actual properties. The following sample code illustrates the use of the Properties data member:

objSchedule.Properties
objSchedule.Properties(1).Name
objSchedule.Properties(1).Class

See Also

Items