: ItemType.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("FileAttachment", GetType(FileAttachmentType), IsNullable:=False)> _
<XmlArrayItemAttribute("ItemAttachment", GetType(ItemAttachmentType), IsNullable:=False)> _
Public Property Attachments As AttachmentType()
'Uso
Dim instance As ItemType
Dim value As AttachmentType()
value = instance.Attachments
instance.Attachments = value
[XmlArrayItemAttribute("FileAttachment", typeof(FileAttachmentType), IsNullable=false)]
[XmlArrayItemAttribute("ItemAttachment", typeof(ItemAttachmentType), IsNullable=false)]
public AttachmentType[] Attachments { get; set; }
Vea también
Referencia
ItemType (Clase)
ItemType (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)