ElementDependenciesTrackingType: MbElementDependenciesTrackingType;
The ElementDependenciesTrackingType property determines a type of the connections tracking.
As the value of the property it is necessary to specify one value or the combination of values of the MbElementDependenciesTrackingType calculated type.
If this property is changed, the IMetabaseObjectDescriptor.TrackElementDependencies and IMetabaseObjectDescriptor.TrackElementDependents properties will be changed automatically.
The example of property use is given in the example for the MbElementDependencyTemplateClass.Create constructor.
See also: