RecurrenceType.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("NumberedRecurrence", GetType(NumberedRecurrenceRangeType))> _
<XmlElementAttribute("EndDateRecurrence", GetType(EndDateRecurrenceRangeType))> _
<XmlElementAttribute("NoEndRecurrence", GetType(NoEndRecurrenceRangeType))> _
Public Property Item1 As RecurrenceRangeBaseType
'Utilisation
Dim instance As RecurrenceType
Dim value As RecurrenceRangeBaseType
value = instance.Item1
instance.Item1 = value
[XmlElementAttribute("NumberedRecurrence", typeof(NumberedRecurrenceRangeType))]
[XmlElementAttribute("EndDateRecurrence", typeof(EndDateRecurrenceRangeType))]
[XmlElementAttribute("NoEndRecurrence", typeof(NoEndRecurrenceRangeType))]
public RecurrenceRangeBaseType Item1 { get; set; }
Voir aussi
Référence
RecurrenceType, classe
Membres RecurrenceType
Microsoft.SharePoint.Portal.WebControls, espace de noms