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