: SiteDocuments.NumberOfLinksBeforeMoreMenu (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
<ResourcesAttribute("Webpart_Property_NumTabsBeforeMoreDropdown_Text", "Webpart_PropertySection_View_Text", "Webpart_Property_NumTabsBeforeMoreDropdown_Description")> _
<WebPartStorageAttribute(Storage.Shared)> _
<DefaultValueAttribute(5)> _
Public Property NumberOfLinksBeforeMoreMenu As Integer
'Uso
Dim instance As SiteDocuments
Dim value As Integer
value = instance.NumberOfLinksBeforeMoreMenu
instance.NumberOfLinksBeforeMoreMenu = value
[ResourcesAttribute("Webpart_Property_NumTabsBeforeMoreDropdown_Text", "Webpart_PropertySection_View_Text", "Webpart_Property_NumTabsBeforeMoreDropdown_Description")]
[WebPartStorageAttribute(Storage.Shared)]
[DefaultValueAttribute(5)]
public int NumberOfLinksBeforeMoreMenu { get; set; }
Vea también
Referencia
SiteDocuments (Clase)
SiteDocuments (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)