 |
ActivityV1LastUpdatedDate Property |
Last Updated Date
Created in Epic SDK 2017.
Namespace:
ASI.TAM.API.Data.UI.Activity
Assembly:
ASI.TAM.API.Data.UI.Activity (in ASI.TAM.API.Data.UI.Activity.dll) Version: 2020.1.0.1
Syntaxpublic Nullable<DateTime> LastUpdatedDate { get; set; }
Public Property LastUpdatedDate As Nullable(Of DateTime)
Get
Set
Dim instance As ActivityV1
Dim value As Nullable(Of DateTime)
value = instance.LastUpdatedDate
instance.LastUpdatedDate = value
Property Value
Type:
NullableDateTime
LastUpdatedDate As Date?.
Remarks Note |
---|
- Name - LastUpdatedDate
- Read Only - True
|
See Also