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