Compartilhar via


AggregationWebPart.MaxItemsShown property

Reservado para uso interno apenas.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
<ResourcesAttribute("MaxItemsShownName", "Data", "MaxItemsShownDesc")> _
<WebPartStorageAttribute(Storage.Personal)> _
Public Property MaxItemsShown As UInteger
    Get
    Set
'Uso
Dim instance As AggregationWebPart
Dim value As UInteger

value = instance.MaxItemsShown

instance.MaxItemsShown = value
[ResourcesAttribute("MaxItemsShownName", "Data", "MaxItemsShownDesc")]
[WebPartStorageAttribute(Storage.Personal)]
public uint MaxItemsShown { get; set; }

Property value

Type: System.UInt32

Ver também

Referência

AggregationWebPart class

AggregationWebPart members

Microsoft.SharePoint.WebPartPages namespace