Compartir a través de


: ItemType.ResponseObjects (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("RemoveItem", GetType(RemoveItemType), IsNullable:=False)> _
<XmlArrayItemAttribute("ForwardItem", GetType(ForwardItemType), IsNullable:=False)> _
<XmlArrayItemAttribute("AcceptItem", GetType(AcceptItemType), IsNullable:=False)> _
<XmlArrayItemAttribute("DeclineItem", GetType(DeclineItemType), IsNullable:=False)> _
<XmlArrayItemAttribute("SuppressReadReceipt", GetType(SuppressReadReceiptType), IsNullable:=False)> _
<XmlArrayItemAttribute("CancelCalendarItem", GetType(CancelCalendarItemType), IsNullable:=False)> _
<XmlArrayItemAttribute("TentativelyAcceptItem", GetType(TentativelyAcceptItemType), IsNullable:=False)> _
<XmlArrayItemAttribute("ReplyToItem", GetType(ReplyToItemType), IsNullable:=False)> _
<XmlArrayItemAttribute("ReplyAllToItem", GetType(ReplyAllToItemType), IsNullable:=False)> _
Public Property ResponseObjects As ResponseObjectType()
'Uso
Dim instance As ItemType
Dim value As ResponseObjectType()

value = instance.ResponseObjects

instance.ResponseObjects = value
[XmlArrayItemAttribute("RemoveItem", typeof(RemoveItemType), IsNullable=false)] 
[XmlArrayItemAttribute("ForwardItem", typeof(ForwardItemType), IsNullable=false)] 
[XmlArrayItemAttribute("AcceptItem", typeof(AcceptItemType), IsNullable=false)] 
[XmlArrayItemAttribute("DeclineItem", typeof(DeclineItemType), IsNullable=false)] 
[XmlArrayItemAttribute("SuppressReadReceipt", typeof(SuppressReadReceiptType), IsNullable=false)] 
[XmlArrayItemAttribute("CancelCalendarItem", typeof(CancelCalendarItemType), IsNullable=false)] 
[XmlArrayItemAttribute("TentativelyAcceptItem", typeof(TentativelyAcceptItemType), IsNullable=false)] 
[XmlArrayItemAttribute("ReplyToItem", typeof(ReplyToItemType), IsNullable=false)] 
[XmlArrayItemAttribute("ReplyAllToItem", typeof(ReplyAllToItemType), IsNullable=false)] 
public ResponseObjectType[] ResponseObjects { get; set; }

Vea también

Referencia

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