: FindFolderType.Item (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
<XmlElementAttribute("IndexedPageFolderView", GetType(IndexedPageViewType))> _
<XmlElementAttribute("FractionalPageFolderView", GetType(FractionalPageViewType))> _
Public Property Item As BasePagingType
'Uso
Dim instance As FindFolderType
Dim value As BasePagingType
value = instance.Item
instance.Item = value
[XmlElementAttribute("IndexedPageFolderView", typeof(IndexedPageViewType))]
[XmlElementAttribute("FractionalPageFolderView", typeof(FractionalPageViewType))]
public BasePagingType Item { get; set; }
Vea también
Referencia
FindFolderType (Clase)
FindFolderType (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)