Previous PageNext Page

9.7.2 Name Property

The name of an object.
 

Return Values

Sets or returns a String value. The value is read-only on a Property object.
 

Remarks

Use the Name property to assign a name to or retrieve the name of a Property object.
 
You can retrieve the Name property of an object by an ordinal reference, after which the object can be referred to directly by name. For example, if rstMain.Properties(20).Name yields Updatability, you can subsequently refer to this property as rstMain.Properties("Updatability").
 

Examples

See the Attributes property example.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page