HistoryGeneratorTEntityEntities Property  | 
 
            Gets the entities for which history is being maintained.
            
 
    Namespace: 
   AGI.Foundation.Tracking
    Assembly:
   AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic EntitySet<TEntity> Entities { get; }Public ReadOnly Property Entities As EntitySet(Of TEntity)
	Get
public:
property EntitySet<TEntity>^ Entities {
	EntitySet<TEntity>^ get ();
}member Entities : EntitySet<'TEntity> with get
Property Value
Type: 
EntitySetTEntity
See Also