: TaskRecurrenceType.Item1 (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("NoEndRecurrence", GetType(NoEndRecurrenceRangeType))> _
<XmlElementAttribute("EndDateRecurrence", GetType(EndDateRecurrenceRangeType))> _
<XmlElementAttribute("NumberedRecurrence", GetType(NumberedRecurrenceRangeType))> _
Public Property Item1 As RecurrenceRangeBaseType
'Uso
Dim instance As TaskRecurrenceType
Dim value As RecurrenceRangeBaseType
value = instance.Item1
instance.Item1 = value
[XmlElementAttribute("NoEndRecurrence", typeof(NoEndRecurrenceRangeType))]
[XmlElementAttribute("EndDateRecurrence", typeof(EndDateRecurrenceRangeType))]
[XmlElementAttribute("NumberedRecurrence", typeof(NumberedRecurrenceRangeType))]
public RecurrenceRangeBaseType Item1 { get; set; }
Vea también
Referencia
TaskRecurrenceType (Clase)
TaskRecurrenceType (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)