 |
AttachmentAttachedTos Property |
This is what items the attachment is associated with.
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 AttachedToItems AttachedTos { get; set; }
Public Property AttachedTos As AttachedToItems
Get
Set
Dim instance As Attachment
Dim value As AttachedToItems
value = instance.AttachedTos
instance.AttachedTos = value
Property Value
Type:
AttachedToItems
AttachedTos As Collection.
Remarks SDK supports only 1 attached to during insert.
Note |
---|
|
See Also