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