Compartir a través de


: AttachmentInfoResponseMessageType.Attachments (Propiedad) (Microsoft.SharePoint.Portal.WebControls)

Este miembro está reservado para uso interno y no está destinado a ser utilizado desde el código.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
<XmlArrayItemAttribute("ItemAttachment", GetType(ItemAttachmentType), Namespace:="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable:=False)> _
<XmlArrayItemAttribute("FileAttachment", GetType(FileAttachmentType), Namespace:="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable:=False)> _
Public Property Attachments As AttachmentType()
'Uso
Dim instance As AttachmentInfoResponseMessageType
Dim value As AttachmentType()

value = instance.Attachments

instance.Attachments = value
[XmlArrayItemAttribute("ItemAttachment", typeof(ItemAttachmentType), Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)] 
[XmlArrayItemAttribute("FileAttachment", typeof(FileAttachmentType), Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)] 
public AttachmentType[] Attachments { get; set; }

Vea también

Referencia

AttachmentInfoResponseMessageType (Clase)
AttachmentInfoResponseMessageType (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)