AggregationWebPart.MaxItemsShown property

Reserved for internal use only.

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

Syntax

'Declaration
<ResourcesAttribute("MaxItemsShownName", "Data", "MaxItemsShownDesc")> _
<WebPartStorageAttribute(Storage.Personal)> _
Public Property MaxItemsShown As UInteger
    Get
    Set
'Usage
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

See also

Reference

AggregationWebPart class

AggregationWebPart members

Microsoft.SharePoint.WebPartPages namespace