Click or drag to resize

TrackingArchiveTEntityTypeArchivers Property

Gets the collection of TrackingTypeArchivers that is used to archive the properties of entities. The returned instance should be considered read-only. Attempts to modify the collection of archivers will result in an ObjectFrozenException.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TrackingTypeArchiverCollection TypeArchivers { get; }

Property Value

Type: TrackingTypeArchiverCollection
See Also