Click or drag to resize

TrackingArchive<TEntity>.Properties Property

Gets a list of archived properties for this entity type. There is one property in this collection for each property in the entity's EntitySchema<TEntity>.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public ReadOnlyCollection<ArchivedProperty> Properties { get; }

Property Value

Type: ReadOnlyCollection<ArchivedProperty>
See Also