Compartir a través de


: SyncFolderItemsCreateOrUpdateType.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("Task", GetType(TaskType))> _
<XmlElementAttribute("Message", GetType(ExchangeMessageType))> _
<XmlElementAttribute("CalendarItem", GetType(CalendarItemType))> _
<XmlElementAttribute("DistributionList", GetType(DistributionListType))> _
<XmlElementAttribute("MeetingCancellation", GetType(MeetingCancellationMessageType))> _
<XmlElementAttribute("MeetingResponse", GetType(MeetingResponseMessageType))> _
<XmlElementAttribute("Item", GetType(ItemType))> _
<XmlElementAttribute("Contact", GetType(ContactItemType))> _
<XmlElementAttribute("MeetingMessage", GetType(MeetingMessageType))> _
<XmlElementAttribute("MeetingRequest", GetType(MeetingRequestMessageType))> _
Public Property Item As ItemType
'Uso
Dim instance As SyncFolderItemsCreateOrUpdateType
Dim value As ItemType

value = instance.Item

instance.Item = value
[XmlElementAttribute("Task", typeof(TaskType))] 
[XmlElementAttribute("Message", typeof(ExchangeMessageType))] 
[XmlElementAttribute("CalendarItem", typeof(CalendarItemType))] 
[XmlElementAttribute("DistributionList", typeof(DistributionListType))] 
[XmlElementAttribute("MeetingCancellation", typeof(MeetingCancellationMessageType))] 
[XmlElementAttribute("MeetingResponse", typeof(MeetingResponseMessageType))] 
[XmlElementAttribute("Item", typeof(ItemType))] 
[XmlElementAttribute("Contact", typeof(ContactItemType))] 
[XmlElementAttribute("MeetingMessage", typeof(MeetingMessageType))] 
[XmlElementAttribute("MeetingRequest", typeof(MeetingRequestMessageType))] 
public ItemType Item { get; set; }

Vea también

Referencia

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