 |
DriverDateLicensed Property |
DateLicensed
Namespace:
ASI.TAM.API.Data.UI.Account.Contact
Assembly:
ASI.TAM.API.Data.UI.Account.Contact (in ASI.TAM.API.Data.UI.Account.Contact.dll) Version: 2021.1.0.1
Syntaxpublic Nullable<DateTime> DateLicensed { get; set; }
Public Property DateLicensed As Nullable(Of DateTime)
Get
Set
Dim instance As Driver
Dim value As Nullable(Of DateTime)
value = instance.DateLicensed
instance.DateLicensed = value
Property Value
Type:
NullableDateTime
DateLicensed As Date?.
Remarks Note |
---|
|
See Also