 |
AttachmentUpdatedByCode Property |
The code of the user that last updated the attachment.
Created in Epic SDK V4.1.
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 string UpdatedByCode { get; set; }
Public Property UpdatedByCode As String
Get
Set
Dim instance As Attachment
Dim value As String
value = instance.UpdatedByCode
instance.UpdatedByCode = value
Property Value
Type:
String
UpdatedByCode As String.
Remarks This value can be seen from the list view on the attachment view screen in Epic.
Note |
---|
- Name - UpdatedByCode
- Read Only - True
|
See Also