TrackingArchiveTEntityPrimitivePropertyComponents Property  | 
 
            Gets a list of the primitive components of the properties for this entity type.  Each
            property in 
Properties will correspond to one or more properties in this
            collection.  For example, a property in 
Properties of type
            
JulianDate might have two properties in this collection: an integer called "Day"
            and a double called "SecondsOfDay".  The exact relationship between 
Properties
            and this collection is dictated by the 
TypeArchivers being used by this archive.
            
 
    Namespace: 
   AGI.Foundation.Tracking
    Assembly:
   AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ReadOnlyCollection<ArchivedProperty> PrimitivePropertyComponents { get; }Public ReadOnly Property PrimitivePropertyComponents As ReadOnlyCollection(Of ArchivedProperty)
	Get
public:
property ReadOnlyCollection<ArchivedProperty^>^ PrimitivePropertyComponents {
	ReadOnlyCollection<ArchivedProperty^>^ get ();
}member PrimitivePropertyComponents : ReadOnlyCollection<ArchivedProperty> with get
Property Value
Type: 
ReadOnlyCollectionArchivedProperty
See Also