Partager via


SetItemFieldType.Item1, propriété (Microsoft.SharePoint.Portal.WebControls)

Ce membre est réservé à un usage interne et il n'a pas été conçu pour être utilisé directement à partir du code.

Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
<XmlElementAttribute("Message", GetType(ExchangeMessageType))> _
<XmlElementAttribute("Contact", GetType(ContactItemType))> _
<XmlElementAttribute("DistributionList", GetType(DistributionListType))> _
<XmlElementAttribute("MeetingRequest", GetType(MeetingRequestMessageType))> _
<XmlElementAttribute("Task", GetType(TaskType))> _
<XmlElementAttribute("MeetingMessage", GetType(MeetingMessageType))> _
<XmlElementAttribute("Item", GetType(ItemType))> _
<XmlElementAttribute("MeetingResponse", GetType(MeetingResponseMessageType))> _
<XmlElementAttribute("CalendarItem", GetType(CalendarItemType))> _
<XmlElementAttribute("MeetingCancellation", GetType(MeetingCancellationMessageType))> _
Public Property Item1 As ItemType
'Utilisation
Dim instance As SetItemFieldType
Dim value As ItemType

value = instance.Item1

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

Voir aussi

Référence

SetItemFieldType, classe
Membres SetItemFieldType
Microsoft.SharePoint.Portal.WebControls, espace de noms