Share

DerivedAssemblyDefinition.Occurrences Property

Parent Object: DerivedAssemblyDefinition

Description

Property that gets the available in the selected assembly. This returns the top-level occurrences in the assembly. You can use the SubOccurrences of the DerivedAssemblyOccurrence object to traverse through the entire occurrence tree.

Syntax

DerivedAssemblyDefinition.Occurrences() As DerivedAssemblyOccurrences

Property Value

This is a read only property whose value is a DerivedAssemblyOccurrences.

Version

Introduced in version 5.3

Was this information helpful?