de la propiedad ListItem.AttachmentFiles
Especifica la colección de datos adjuntos que están asociados con el elemento de lista.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)
Sintaxis
'Declaración
Public ReadOnly Property AttachmentFiles As AttachmentCollection
Get
'Uso
Dim instance As ListItem
Dim value As AttachmentCollection
value = instance.AttachmentFiles
public AttachmentCollection AttachmentFiles { get; }
Valor de propiedad
Tipo: Microsoft.SharePoint.Client.AttachmentCollection