BuiltIn Property
Applies To
Reference object.
Description
Returns a Boolean value indicating whether or not the reference is a default reference that can't be removed. Read-only.
Return Values
The BuiltIn property returns these values:
Value | Description |
|
True | The reference is a default reference that can't be removed. |
False | The reference isn't a default reference; it can be removed. |
See Also
Description property, FullPath property, GUID property, IsBroken property, References collection, Remove method.
Example
The following example uses the BuiltIn property to return a Boolean indicating whether or not a particular reference in the active project is built-in.
Debug.Print Application.VBE.ActiveVBProject.References(1).BuiltIn