 |
PersonnelLastRaise Property |
LastRaise
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<DateTime> LastRaise { get; set; }
Public Property LastRaise As Nullable(Of DateTime)
Get
Set
Dim instance As Personnel
Dim value As Nullable(Of DateTime)
value = instance.LastRaise
instance.LastRaise = value
Property Value
Type:
NullableDateTime
Remarks
See Also