Compartir a través de


: FolderInfoResponseMessageType.Folders (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
<XmlArrayItemAttribute("SearchFolder", GetType(SearchFolderType), Namespace:="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable:=False)> _
<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("TasksFolder", GetType(TasksFolderType), 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)> _
Public Property Folders As BaseFolderType()
'Uso
Dim instance As FolderInfoResponseMessageType
Dim value As BaseFolderType()

value = instance.Folders

instance.Folders = value
[XmlArrayItemAttribute("SearchFolder", typeof(SearchFolderType), Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)] 
[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("TasksFolder", typeof(TasksFolderType), 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)] 
public BaseFolderType[] Folders { get; set; }

Vea también

Referencia

FolderInfoResponseMessageType (Clase)
FolderInfoResponseMessageType (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)