 |
AdjustorAssignedDate Property |
AssignedDate
Namespace:
ASI.TAM.API.Data.UI.Claim
Assembly:
ASI.TAM.API.Data.UI.Claim (in ASI.TAM.API.Data.UI.Claim.dll) Version: 2021.1.0.1
Syntaxpublic Nullable<DateTime> AssignedDate { get; set; }
Public Property AssignedDate As Nullable(Of DateTime)
Get
Set
Dim instance As Adjustor
Dim value As Nullable(Of DateTime)
value = instance.AssignedDate
instance.AssignedDate = value
Property Value
Type:
NullableDateTime
Remarks
See Also