Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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