 |
PersonnelNumberOfHours Property |
NumberOfHours
Namespace:
ASI.TAM.API.Data.UI.Account.Employee
Assembly:
ASI.TAM.API.Data.UI.Account.Employee (in ASI.TAM.API.Data.UI.Account.Employee.dll) Version: 2021.2.0.769
Syntaxpublic Nullable<short> NumberOfHours { get; set; }
Public Property NumberOfHours As Nullable(Of Short)
Get
Set
Dim instance As Personnel
Dim value As Nullable(Of Short)
value = instance.NumberOfHours
instance.NumberOfHours = value
Property Value
Type:
NullableInt16
Remarks
See Also