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