RawEntityDataTEntityRecordCount Property  | 
 
            Gets the number of entity records in the data set.  Each record represents one update
            to one entity.  The overall data set may contain multiple distinct entities, multiple updates to a
            single entity, or both.
            
 
    Namespace: 
   AGI.Foundation.Tracking
    Assembly:
   AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic int RecordCount { get; }Public ReadOnly Property RecordCount As Integer
	Get
public:
property int RecordCount {
	int get ();
}member RecordCount : int with get
Property Value
Type: 
Int32
See Also