Compartir a través de


: RSSAggregatorWebPart.FeedLimit (Propiedad) (Microsoft.SharePoint.Portal.WebControls)

Este miembro está reservado para uso interno y no está destinado a ser utilizado desde el código.

Esta propiedad no es compatible con CLS.  

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
<WebBrowsableAttribute(True)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<ResourcesAttribute("RSSWebpart_Property_FeedLimit_Text", "RSSWebpart_ToolPart_Group", "RSSWebpart_Property_FeedLimit_Description")> _
<DefaultValueAttribute(5)> _
Public Property FeedLimit As Integer
'Uso
Dim instance As RSSAggregatorWebPart
Dim value As Integer

value = instance.FeedLimit

instance.FeedLimit = value
[WebBrowsableAttribute(true)] 
[PersonalizableAttribute(PersonalizationScope.Shared)] 
[ResourcesAttribute("RSSWebpart_Property_FeedLimit_Text", "RSSWebpart_ToolPart_Group", "RSSWebpart_Property_FeedLimit_Description")] 
[DefaultValueAttribute(5)] 
public int FeedLimit { get; set; }

Vea también

Referencia

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