: ItemAttachmentType.Item (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
<XmlElementAttribute("Message", GetType(ExchangeMessageType))> _
<XmlElementAttribute("Task", GetType(TaskType))> _
<XmlElementAttribute("Item", GetType(ItemType))> _
<XmlElementAttribute("CalendarItem", GetType(CalendarItemType))> _
<XmlElementAttribute("Contact", GetType(ContactItemType))> _
Public Property Item As ItemType
'Uso
Dim instance As ItemAttachmentType
Dim value As ItemType
value = instance.Item
instance.Item = value
[XmlElementAttribute("Message", typeof(ExchangeMessageType))]
[XmlElementAttribute("Task", typeof(TaskType))]
[XmlElementAttribute("Item", typeof(ItemType))]
[XmlElementAttribute("CalendarItem", typeof(CalendarItemType))]
[XmlElementAttribute("Contact", typeof(ContactItemType))]
public ItemType Item { get; set; }
Vea también
Referencia
ItemAttachmentType (Clase)
ItemAttachmentType (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)