AppendToFolderFieldType.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("TasksFolder", GetType(TasksFolderType))> _
<XmlElementAttribute("CalendarFolder", GetType(CalendarFolderType))> _
<XmlElementAttribute("Folder", GetType(FolderType))> _
<XmlElementAttribute("SearchFolder", GetType(SearchFolderType))> _
<XmlElementAttribute("ContactsFolder", GetType(ContactsFolderType))> _
Public Property Item1 As BaseFolderType
'Utilisation
Dim instance As AppendToFolderFieldType
Dim value As BaseFolderType
value = instance.Item1
instance.Item1 = value
[XmlElementAttribute("TasksFolder", typeof(TasksFolderType))]
[XmlElementAttribute("CalendarFolder", typeof(CalendarFolderType))]
[XmlElementAttribute("Folder", typeof(FolderType))]
[XmlElementAttribute("SearchFolder", typeof(SearchFolderType))]
[XmlElementAttribute("ContactsFolder", typeof(ContactsFolderType))]
public BaseFolderType Item1 { get; set; }
Voir aussi
Référence
AppendToFolderFieldType, classe
Membres AppendToFolderFieldType
Microsoft.SharePoint.Portal.WebControls, espace de noms