 |
AttachmentGetResultAttachments Property |
The array of Attachment items matching the search criteria.
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: 2021.1.0.1
Syntaxpublic Attachment[] Attachments { get; set; }
Public Property Attachments As Attachment()
Get
Set
Dim instance As AttachmentGetResult
Dim value As Attachment()
value = instance.Attachments
instance.Attachments = value
Property Value
Type:
Attachment
Attachments As Collection.
Remarks Note |
---|
|
See Also