Click or drag to resize

RawEntityDataTEntityProperties Property

Gets the properties included in this data set.

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

Property Value

Type: ReadOnlyCollectionEntitySchemaPropertyTEntity
See Also