 |
EmployeeClassItemTotalCount Property |
Total Count
Created in Epic SDK 2021.
Namespace:
ASI.TAM.API.Data.UI.Account.Client
Assembly:
ASI.TAM.API.Data.UI.Account.Client (in ASI.TAM.API.Data.UI.Account.Client.dll) Version: 2021.1.0.1
Syntaxpublic Nullable<int> TotalCount { get; set; }
Public Property TotalCount As Nullable(Of Integer)
Get
Set
Dim instance As EmployeeClassItem
Dim value As Nullable(Of Integer)
value = instance.TotalCount
instance.TotalCount = value
Property Value
Type:
NullableInt32
TotalCount As Integer?.
Remarks Note |
---|
- Name - TotalCount
- Is Identity - False
- Required On Insert - False
- Required On Update - False
- Min Value - 0
- Max Value - 999999999
|
See Also