TrackingArchiveTEntityProperties 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
EntitySchemaTEntity.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ReadOnlyCollection<ArchivedProperty> Properties { get; }
Public ReadOnly Property Properties As ReadOnlyCollection(Of ArchivedProperty)
Get
public:
property ReadOnlyCollection<ArchivedProperty^>^ Properties {
ReadOnlyCollection<ArchivedProperty^>^ get ();
}
member Properties : ReadOnlyCollection<ArchivedProperty> with get
Property Value
Type:
ReadOnlyCollectionArchivedPropertySee Also