: DeleteAttachmentType.AttachmentIds (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("AttachmentId", Namespace:="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable:=False)> _
Public Property AttachmentIds As RequestAttachmentIdType()
'Uso
Dim instance As DeleteAttachmentType
Dim value As RequestAttachmentIdType()
value = instance.AttachmentIds
instance.AttachmentIds = value
[XmlArrayItemAttribute("AttachmentId", Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)]
public RequestAttachmentIdType[] AttachmentIds { get; set; }
Vea también
Referencia
DeleteAttachmentType (Clase)
DeleteAttachmentType (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)