 |
AttachedToItemAttachedToID Property |
Unique ID representing an entity to which the attachment belongs to
Created in Epic SDK V3.0.
Required
Namespace:
ASI.TAM.API.Data.UI.Attachment
Assembly:
ASI.TAM.API.Data.UI.Attachment (in ASI.TAM.API.Data.UI.Attachment.dll) Version: 2021.1.0.1
Syntaxpublic int AttachedToID { get; set; }
Public Property AttachedToID As Integer
Get
Set
Dim instance As AttachedToItem
Dim value As Integer
value = instance.AttachedToID
instance.AttachedToID = value
Property Value
Type:
Int32
AttachedToID As Integer.
Remarks Note |
---|
- Name - AttachedToID
- Is Identity - True
- Required On Insert - True
- Required On Update - True
|
See Also