 |
AttachmentAttachmentID Property |
Unique identifier used to specify the attachment.
Created in Epic SDK V4.1.
Sometimes Required
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 int AttachmentID { get; set; }
Public Property AttachmentID As Integer
Get
Set
Dim instance As Attachment
Dim value As Integer
value = instance.AttachmentID
instance.AttachmentID = value
Property Value
Type:
Int32
AttachmentID As Integer.
Remarks Note |
---|
- Name - AttachmentID
- Is Identity - True
- Required On Insert - False
- Required On Update - True
|
See Also