CreateFolderType.Folders, 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
<XmlArrayItemAttribute("CalendarFolder", GetType(CalendarFolderType), Namespace:="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable:=False)> _
<XmlArrayItemAttribute("ContactsFolder", GetType(ContactsFolderType), Namespace:="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable:=False)> _
<XmlArrayItemAttribute("Folder", GetType(FolderType), Namespace:="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable:=False)> _
<XmlArrayItemAttribute("SearchFolder", GetType(SearchFolderType), Namespace:="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable:=False)> _
<XmlArrayItemAttribute("TasksFolder", GetType(TasksFolderType), Namespace:="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable:=False)> _
Public Property Folders As BaseFolderType()
'Utilisation
Dim instance As CreateFolderType
Dim value As BaseFolderType()
value = instance.Folders
instance.Folders = value
[XmlArrayItemAttribute("CalendarFolder", typeof(CalendarFolderType), Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)]
[XmlArrayItemAttribute("ContactsFolder", typeof(ContactsFolderType), Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)]
[XmlArrayItemAttribute("Folder", typeof(FolderType), Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)]
[XmlArrayItemAttribute("SearchFolder", typeof(SearchFolderType), Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)]
[XmlArrayItemAttribute("TasksFolder", typeof(TasksFolderType), Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)]
public BaseFolderType[] Folders { get; set; }
Voir aussi
Référence
CreateFolderType, classe
Membres CreateFolderType
Microsoft.SharePoint.Portal.WebControls, espace de noms