IEntityArchiveDescriptorTEntityArchivers Property |
Gets the default list of archivers needed for archiving this type of entity.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax TrackingTypeArchiverCollection Archivers { get; }
ReadOnly Property Archivers As TrackingTypeArchiverCollection
Get
property TrackingTypeArchiverCollection^ Archivers {
TrackingTypeArchiverCollection^ get ();
}
abstract Archivers : TrackingTypeArchiverCollection with get
Return Value
Type:
TrackingTypeArchiverCollectionThe list of archivers.
See Also