Compartir a través de


: CalendarItemType.DeletedOccurrences (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("DeletedOccurrence", IsNullable:=False)> _
Public Property DeletedOccurrences As DeletedOccurrenceInfoType()
'Uso
Dim instance As CalendarItemType
Dim value As DeletedOccurrenceInfoType()

value = instance.DeletedOccurrences

instance.DeletedOccurrences = value
[XmlArrayItemAttribute("DeletedOccurrence", IsNullable=false)] 
public DeletedOccurrenceInfoType[] DeletedOccurrences { get; set; }

Vea también

Referencia

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