 |
EmployeeBenefitsNumberOfEmployees Property |
Number Of Employees
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> NumberOfEmployees { get; set; }
Public Property NumberOfEmployees As Nullable(Of Integer)
Get
Set
Dim instance As EmployeeBenefits
Dim value As Nullable(Of Integer)
value = instance.NumberOfEmployees
instance.NumberOfEmployees = value
Property Value
Type:
NullableInt32
NumberOfEmployees As Integer?.
Remarks Note |
---|
- Name - NumberOfEmployees
- Is Identity - False
- Required On Insert - False
- Required On Update - False
- Min Value - 0
- Max Value - 999999
|
See Also