|  | 
| ChangeTrackingGetResultTotalCount Property  | 
 
  The total count of all change tracking data rows returned accross all pages. 
Created in Epic SDK 2019.
   ASI.TAM.API.Data.ChangeTracking (in ASI.TAM.API.Data.ChangeTracking.dll) Version: 2021.1.0.1
 Syntax
Syntaxpublic int TotalCount { get; set; }Public Property TotalCount As Integer
	Get
	Set
Dim instance As ChangeTrackingGetResult
Dim value As Integer
value = instance.TotalCount
instance.TotalCount = value
Property Value
Type: 
Int32
  TotalCount As Integer.
 
 Remarks
Remarks|  Note | 
|---|
| Name -  TotalCountIs Identity -  FalseRequired On Insert -  FalseRequired On Update -  FalseMin Value -  0Max Value -  2147483647
 | 
 See Also
See Also