 |
AttachmentAccessedDate Property |
The date a client last accessed the attachment.
Created in Epic SDK 2018.
Namespace:
ASI.TAM.API.Data.UI.Attachment
Assembly:
ASI.TAM.API.Data.UI.Attachment (in ASI.TAM.API.Data.UI.Attachment.dll) Version: 2020.1.0.1
Syntaxpublic Nullable<DateTime> AccessedDate { get; set; }
Public Property AccessedDate As Nullable(Of DateTime)
Get
Set
Dim instance As Attachment
Dim value As Nullable(Of DateTime)
value = instance.AccessedDate
instance.AccessedDate = value
Property Value
Type:
NullableDateTime
AccessedDate As DateTime?.
Remarks This value can be seen from the list view on the attachment view screen in Epic.
Note |
---|
|
See Also