Applies To
Reference object.
Description
Returns a Boolean value indicating whether or not the Reference object points to a valid reference in the registry. Read-only.
Return Values
The IsBroken property returns these values.
Value
Description
True
The Reference object no longer points to a valid reference in the registry.
False
The Reference object points to a valid reference in the registry.
See Also
BuiltIn property, FullPath property.
Example
The following example uses the IsBroken property to return a value indicating whether or not the specified Reference object in a particular project is broken.