AggregationWebPart.MaxItemsShown Property
Reserved for internal use only.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<WebPartStorageAttribute(Storage.Personal)> _
<ResourcesAttribute("MaxItemsShownName", "Data", "MaxItemsShownDesc")> _
Public Property MaxItemsShown As UInteger
Get
Set
'Usage
Dim instance As AggregationWebPart
Dim value As UInteger
value = instance.MaxItemsShown
instance.MaxItemsShown = value
[WebPartStorageAttribute(Storage.Personal)]
[ResourcesAttribute("MaxItemsShownName", "Data", "MaxItemsShownDesc")]
public uint MaxItemsShown { get; set; }
Property Value
Type: System.UInt32