Reference Object Members

Access Developer Reference

The Reference object refers to a reference set to another application's or project's type library.

Properties

  Name Description
Bb257416.properties(en-us,office.12).gif BuiltIn The BuiltIn property returns a Boolean value indicating whether a Reference object points to a default reference that's necessary for Microsoft Access to function properly. Read-only Boolean.
Bb257416.properties(en-us,office.12).gif Collection The Collection property returns a reference to the collection that contains an object. Read-only References object.
Bb257416.properties(en-us,office.12).gif FullPath The FullPath property returns a string containing the path and file name of the referenced type library.
Bb257416.properties(en-us,office.12).gif Guid The GUID property of a Reference object returns a GUID that identifies a type library in the Windows Registry. Read-only String.
Bb257416.properties(en-us,office.12).gif IsBroken The IsBroken property returns a Boolean value indicating whether a Reference object points to a valid reference in the Windows Registry. Read-only Boolean.
Bb257416.properties(en-us,office.12).gif Kind The Kind property indicates the type of reference that a Reference object represents. Read-only vbext_RefKind.
Bb257416.properties(en-us,office.12).gif Major The Major property of a Reference object returns a read-only Long value indicating the major version number of an application to which you have set a reference.
Bb257416.properties(en-us,office.12).gif Minor The Minor property of a Reference object returns a Long value indicating the minor version number of the application to which you have set a reference.
Bb257416.properties(en-us,office.12).gif Name You can use the Name property to determine the string expression that identifies the name of an object. Read-only String.