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.
Schedule and all Item objects
Long or Property-dependent
Read-only
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