 |
AttachmentInsertedByCode Property |
The code of the user that inserted 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 InsertedByCode { get; set; }
Public Property InsertedByCode As String
Get
Set
Dim instance As Attachment
Dim value As String
value = instance.InsertedByCode
instance.InsertedByCode = value
Property Value
Type:
String
InsertedByCode As String.
Remarks Note |
---|
- Name - InsertedByCode
- Read Only - True
|
See Also